Changeset 42343 for trunk/tests/phpunit/tests/functions/removeQueryArg.php
- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/removeQueryArg.php
r37631 r42343 26 26 27 27 public function test_should_fall_back_on_current_url() { 28 $old_request_uri = $_SERVER['REQUEST_URI'];28 $old_request_uri = $_SERVER['REQUEST_URI']; 29 29 $_SERVER['REQUEST_URI'] = 'edit.php?foo=bar&baz=quz'; 30 30
Note: See TracChangeset
for help on using the changeset viewer.