Changeset 40532 for trunk/tests/phpunit/tests/import/postmeta.php
- Timestamp:
- 04/22/2017 10:11:56 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/import/postmeta.php
r33250 r40532 17 17 18 18 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.' ); 20 20 } 21 21
Note: See TracChangeset
for help on using the changeset viewer.