Changeset 40531 for trunk/tests/phpunit/tests/import/import.php
- Timestamp:
- 04/22/2017 10:00:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/import/import.php
r38283 r40531 19 19 20 20 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.' ); 22 22 } 23 23
Note: See TracChangeset
for help on using the changeset viewer.