Changeset 40524 for trunk/tests/phpunit/tests/http/base.php
- Timestamp:
- 04/22/2017 07:42:12 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/http/base.php
r39174 r40524 385 385 function test_ssl() { 386 386 if ( ! wp_http_supports( array( 'ssl' ) ) ) 387 $this-> markTestSkipped( 'This install of PHP does not support SSL' );387 $this->fail( 'This install of PHP does not support SSL' ); 388 388 389 389 $res = wp_remote_get( 'https://wordpress.org/' );
Note: See TracChangeset
for help on using the changeset viewer.