Changeset 1192 in tests for trunk/tests/functions.php
- Timestamp:
- 01/24/2013 02:44:00 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/functions.php
r982 r1192 244 244 } 245 245 246 /** 247 * @group add_query_arg 248 */ 246 249 function test_add_query_arg() { 247 250 $old_req_uri = $_SERVER['REQUEST_URI']; … … 297 300 298 301 $qs_urls = array( 302 'baz=1', // #WP4903 299 303 '/?baz', 300 304 '/2012/07/30/?baz',
Note: See TracChangeset
for help on using the changeset viewer.