Make WordPress Core


Ignore:
Timestamp:
08/20/2017 12:58:59 PM (9 years ago)
Author:
johnbillion
Message:

Build/Test tools: Revert [41278] because the PHP 5.2 environment on Travis doesn't support OpenSSL, hence the tests fail.

See #41676

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/http/functions.php

    r41278 r41279  
    88        public function setUp() {
    99                if ( ! extension_loaded( 'openssl' ) ) {
    10                         $this->fail( 'Tests_HTTP_Functions requires openssl.' );
     10                        $this->markTestSkipped( 'Tests_HTTP_Functions requires openssl.' );
    1111                }
    1212
Note: See TracChangeset for help on using the changeset viewer.