Changeset 41169
- Timestamp:
- 07/27/2017 02:00:16 PM (8 years ago)
- Location:
- trunk/tests/phpunit/tests/import
- Files:
-
- 3 edited
-
import.php (modified) (1 diff)
-
parser.php (modified) (1 diff)
-
postmeta.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/import/import.php
r41090 r41169 19 19 20 20 if ( ! file_exists( DIR_TESTDATA . '/plugins/wordpress-importer/wordpress-importer.php' ) ) { 21 $this->fail( 'This test requires the WordPress Importer plugin to be installed . See: https://make.wordpress.org/core/handbook/contribute/git/#unit-tests' );21 $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' ); 22 22 } 23 23 -
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 -
trunk/tests/phpunit/tests/import/postmeta.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.