Changeset 35191 for trunk/tests/phpunit/tests/canonical/noRewrite.php
- Timestamp:
- 10/15/2015 05:50:40 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/canonical/noRewrite.php
r30277 r35191 11 11 12 12 // These test cases are run against the test handler in WP_Canonical 13 public static function setUpBeforeClass() {14 self::generate_shared_fixtures( );13 public static function wpSetUpBeforeClass( $factory ) { 14 self::generate_shared_fixtures( $factory ); 15 15 } 16 16 17 public static function tearDownAfterClass() {17 public static function wpTearDownAfterClass() { 18 18 self::delete_shared_fixtures(); 19 19 } … … 27 27 $wp_rewrite->set_permalink_structure( '' ); 28 28 $wp_rewrite->flush_rules(); 29 $wp_rewrite->init();30 29 } 31 30
Note: See TracChangeset
for help on using the changeset viewer.