Changeset 59085 for trunk/tests/phpunit/tests/import/parser.php
- Timestamp:
- 09/24/2024 06:09:41 PM (16 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/import/parser.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/import/parser.php
r54891 r59085 18 18 } 19 19 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 in the test suite. See: https://make.wordpress.org/core/handbook/contribute/git/#unit-tests' ); 22 } 23 24 require_once DIR_TESTDATA . '/plugins/wordpress-importer/wordpress-importer.php'; 20 require_once IMPORTER_PLUGIN_FOR_TESTS; 25 21 } 26 22
Note: See TracChangeset
for help on using the changeset viewer.