Changeset 34849 for trunk/tests/phpunit/tests/http/base.php
- Timestamp:
- 10/06/2015 03:40:46 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/http/base.php
r34848 r34849 220 220 } 221 221 222 $this->skipTestOnTimeout ($res );222 $this->skipTestOnTimeout( $res ); 223 223 224 224 $this->assertNotWPError( $res ); … … 243 243 } 244 244 245 $this->skipTestOnTimeout ($res );245 $this->skipTestOnTimeout( $res ); 246 246 247 247 $this->assertNotWPError( $res ); … … 261 261 $res = wp_remote_request( $url, array( 'timeout' => 30, 'limit_response_size' => $size ) ); 262 262 263 $this->skipTestOnTimeout ($res );263 $this->skipTestOnTimeout( $res ); 264 264 265 265 $this->assertNotWPError( $res );
Note: See TracChangeset
for help on using the changeset viewer.