Changeset 1205 in tests for trunk/tests/http/base.php
- Timestamp:
- 02/11/2013 07:04:04 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/http/base.php
r951 r1205 139 139 // Prints PASS on initial load, FAIL if the client follows the specified redirection 140 140 $res = wp_remote_request( $this->redirection_script . '?200-location=true' ); 141 $this->assertFalse( is_wp_error( $res ) ); 141 142 $this->assertEquals( 'PASS', $res['body']); 142 143 }
Note: See TracChangeset
for help on using the changeset viewer.