Make WordPress Core


Ignore:
Timestamp:
04/22/2017 07:42:12 PM (8 years ago)
Author:
johnbillion
Message:

Build/Test Tools: Remove more skipped tests that should actually be failures if their conditions aren't satisfied.

See #40533

File:
1 edited

Legend:

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

    r39174 r40524  
    385385    function test_ssl() {
    386386        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' );
    388388
    389389        $res = wp_remote_get( 'https://wordpress.org/' );
Note: See TracChangeset for help on using the changeset viewer.