Changeset 41140 for branches/4.8/tests/phpunit/tests/rest-api.php
- Timestamp:
- 07/25/2017 12:53:47 AM (7 years ago)
- Location:
- branches/4.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
-
branches/4.8/tests/phpunit/tests/rest-api.php
r40101 r41140 315 315 // In non-pretty case, we get a query string to invoke the rest router. 316 316 $this->set_permalink_structure( '' ); 317 $this->assertEquals( 'http://' . WP_TESTS_DOMAIN . '/ ?rest_route=/', get_rest_url() );318 319 } 317 $this->assertEquals( 'http://' . WP_TESTS_DOMAIN . '/index.php?rest_route=/', get_rest_url() ); 318 } 319 320 320 /** 321 321 * @ticket 34299
Note: See TracChangeset
for help on using the changeset viewer.