Changeset 41169 for trunk/tests/phpunit/tests/import/parser.php
- Timestamp:
- 07/27/2017 02:00:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/import/parser.php
r41090 r41169 17 17 18 18 if ( ! file_exists( DIR_TESTDATA . '/plugins/wordpress-importer/wordpress-importer.php' ) ) { 19 $this->fail( 'This test requires the WordPress Importer plugin to be installed . See: https://make.wordpress.org/core/handbook/contribute/git/#unit-tests' );19 $this->fail( 'This test requires the WordPress Importer plugin to be installed in the test suite. See: https://make.wordpress.org/core/handbook/contribute/git/#unit-tests' ); 20 20 } 21 21
Note: See TracChangeset
for help on using the changeset viewer.