Changeset 35191 for trunk/tests/phpunit/tests/canonical.php
- Timestamp:
- 10/15/2015 05:50:40 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/canonical.php
r35177 r35191 10 10 */ 11 11 class Tests_Canonical extends WP_Canonical_UnitTestCase { 12 public static function setUpBeforeClass() {13 self::generate_shared_fixtures( );12 public static function wpSetUpBeforeClass( $factory ) { 13 self::generate_shared_fixtures( $factory ); 14 14 } 15 15 16 public static function tearDownAfterClass() {16 public static function wpTearDownAfterClass() { 17 17 self::delete_shared_fixtures(); 18 18 }
Note: See TracChangeset
for help on using the changeset viewer.