Changeset 36363 for branches/4.4/tests/phpunit/tests/customize/manager.php
- Timestamp:
- 01/20/2016 08:36:17 AM (8 years ago)
- Location:
- branches/4.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4
-
branches/4.4/tests/phpunit/tests/customize/manager.php
r35724 r36363 322 322 323 323 $_SERVER['HTTP_REFERER'] = wp_slash( admin_url( 'customize.php' ) ); 324 $this->assertEquals( $preview_url, $this->manager->get_return_url() ); 325 326 // See #35355. 327 $_SERVER['HTTP_REFERER'] = wp_slash( admin_url( 'wp-login.php' ) ); 324 328 $this->assertEquals( $preview_url, $this->manager->get_return_url() ); 325 329
Note: See TracChangeset
for help on using the changeset viewer.