Make WordPress Core


Ignore:
Timestamp:
04/22/2017 10:00:15 PM (7 years ago)
Author:
johnbillion
Message:

Build/Test Tools: Convert more test skipping into hard failures. These dependencies should all be present when testing.

See #40533

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/import/import.php

    r38283 r40531  
    1919
    2020        if ( ! file_exists( DIR_TESTDATA . '/plugins/wordpress-importer/wordpress-importer.php' ) ) {
    21             $this->markTestSkipped( 'WordPress Importer plugin is not installed.' );
     21            $this->fail( 'WordPress Importer plugin is not installed.' );
    2222        }
    2323
Note: See TracChangeset for help on using the changeset viewer.