Changeset 51651
- Timestamp:
- 08/22/2021 10:07:17 AM (3 years ago)
- Location:
- trunk/tests/phpunit/tests/feed
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/feed/atom.php
r51568 r51651 9 9 * @group feed 10 10 */ 11 class Tests_Feed s_Atom extends WP_UnitTestCase {11 class Tests_Feed_Atom extends WP_UnitTestCase { 12 12 public static $user_id; 13 13 public static $posts; -
trunk/tests/phpunit/tests/feed/rss2.php
r51568 r51651 9 9 * @group feed 10 10 */ 11 class Tests_Feed s_RSS2 extends WP_UnitTestCase {11 class Tests_Feed_RSS2 extends WP_UnitTestCase { 12 12 public static $user_id; 13 13 public static $posts; -
trunk/tests/phpunit/tests/feed/wpSimplePieFile.php
r51650 r51651 16 16 * @since 5.6.1 17 17 */ 18 class Tests_ WP_SimplePie_File extends WP_UnitTestCase {18 class Tests_Feed_wpSimplePieFile extends WP_UnitTestCase { 19 19 public static function set_up_before_class() { 20 20 parent::set_up_before_class();
Note: See TracChangeset
for help on using the changeset viewer.