Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update tests/phpunit/tests/feed/feed.php
Co-authored-by: Peter Wilson <519727+peterwilsoncc@users.noreply.github.com>
  • Loading branch information
Rahmon and peterwilsoncc authored Oct 14, 2024
commit 2b7fa3c4fc5ef0b110d58a558433013380bbfd14
2 changes: 1 addition & 1 deletion tests/phpunit/tests/feed/feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @group feed
*/
class Tests_Feed extends WP_UnitTestCase {
class Tests_rssEnclosure extends WP_UnitTestCase {
protected static $enclosure_data = array(
'url' => 'http://example.com/sound2.mp3',
'length' => 12345,
Expand Down
Loading