Changeset 34874 for trunk/tests/phpunit/tests/http/base.php
- Timestamp:
- 10/06/2015 05:39:14 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/http/base.php
r34849 r34874 33 33 } 34 34 35 if ( 'stream_socket_client(): unable to connect to tcp://s.w.org:80 (Connection timed out)' === $response->get_error_message() ){35 if ( 0 === strpos( $response->get_error_message(), 'stream_socket_client(): unable to connect to tcp://s.w.org:80' ) ) { 36 36 $this->markTestSkipped( 'HTTP timeout' ); 37 37 }
Note: See TracChangeset
for help on using the changeset viewer.