Changeset 47329 for branches/3.9/tests/phpunit/tests/query.php
- Timestamp:
- 02/20/2020 05:04:42 PM (5 years ago)
- Location:
- branches/3.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.9
-
branches/3.9/tests/phpunit/tests/query.php
r27511 r47329 2 2 3 3 class Tests_Query extends WP_UnitTestCase { 4 5 function setUp() { 6 global $wp_rewrite; 7 parent::setUp(); 8 9 $wp_rewrite->init(); 10 $wp_rewrite->set_permalink_structure( '/%year%/%monthnum%/%day%/%postname%/' ); 11 12 create_initial_taxonomies(); 13 14 $wp_rewrite->flush_rules(); 15 } 4 16 5 17 /**
Note: See TracChangeset
for help on using the changeset viewer.