Changeset 47338 for branches/3.8/tests/phpunit/tests/query.php
- Timestamp:
- 02/21/2020 01:05:39 PM (5 years ago)
- Location:
- branches/3.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8
- Property svn:mergeinfo changed
-
branches/3.8/tests/phpunit/tests/query.php
r27647 r47338 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.