Changeset 36051
- Timestamp:
- 12/21/2015 07:56:05 AM (9 years ago)
- Location:
- branches/4.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4
-
branches/4.4/tests/phpunit/tests/query/vars.php
r36046 r36051 13 13 public function testPublicQueryVarsAreAsExpected() { 14 14 global $wp; 15 16 // Re-initialise any dynamically-added public query vars: 17 do_action( 'init' ); 18 15 19 $this->assertEquals( array( 16 20
Note: See TracChangeset
for help on using the changeset viewer.