Changeset 51568 for trunk/tests/phpunit/tests/feed/wp-simplepie-file.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/feed/wp-simplepie-file.php
r50449 r51568 17 17 */ 18 18 class Tests_WP_SimplePie_File extends WP_UnitTestCase { 19 public static function set UpBeforeClass() {20 parent::set UpBeforeClass();19 public static function set_up_before_class() { 20 parent::set_up_before_class(); 21 21 22 22 require_once ABSPATH . '/wp-includes/class-simplepie.php';
Note: See TracChangeset
for help on using the changeset viewer.