Make WordPress Core


Ignore:
Timestamp:
04/22/2017 10:11:56 PM (8 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/postmeta.php

    r33250 r40532  
    1717
    1818        if ( ! file_exists( DIR_TESTDATA . '/plugins/wordpress-importer/wordpress-importer.php' ) ) {
    19             $this->markTestSkipped( 'WordPress Importer plugin is not installed.' );
     19            $this->fail( 'WordPress Importer plugin is not installed.' );
    2020        }
    2121
Note: See TracChangeset for help on using the changeset viewer.