Changeset 49033 for trunk/tests/phpunit/tests/http/base.php
- Timestamp:
- 09/22/2020 12:32:39 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/http/base.php
r49009 r49033 436 436 function test_ssl() { 437 437 if ( ! wp_http_supports( array( 'ssl' ) ) ) { 438 $this->fail( 'This installation of PHP does not support SSL ' );438 $this->fail( 'This installation of PHP does not support SSL.' ); 439 439 } 440 440
Note: See TracChangeset
for help on using the changeset viewer.