Changeset 41090
- Timestamp:
- 07/19/2017 10:37:41 AM (7 years ago)
- Location:
- trunk/tests/phpunit/tests/import
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/import/import.php
r40531 r41090 19 19 20 20 if ( ! file_exists( DIR_TESTDATA . '/plugins/wordpress-importer/wordpress-importer.php' ) ) { 21 $this->fail( ' WordPress Importer plugin is not installed.' );21 $this->fail( 'This test requires the WordPress Importer plugin to be installed. See: https://make.wordpress.org/core/handbook/contribute/git/#unit-tests' ); 22 22 } 23 23 -
trunk/tests/phpunit/tests/import/parser.php
r40532 r41090 17 17 18 18 if ( ! file_exists( DIR_TESTDATA . '/plugins/wordpress-importer/wordpress-importer.php' ) ) { 19 $this->fail( ' WordPress Importer plugin is not installed.' );19 $this->fail( 'This test requires the WordPress Importer plugin to be installed. See: https://make.wordpress.org/core/handbook/contribute/git/#unit-tests' ); 20 20 } 21 21 -
trunk/tests/phpunit/tests/import/postmeta.php
r40532 r41090 17 17 18 18 if ( ! file_exists( DIR_TESTDATA . '/plugins/wordpress-importer/wordpress-importer.php' ) ) { 19 $this->fail( ' WordPress Importer plugin is not installed.' );19 $this->fail( 'This test requires the WordPress Importer plugin to be installed. 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.