Changeset 59085 for trunk/tests/phpunit/tests/import/postmeta.php
- Timestamp:
- 09/24/2024 06:09:41 PM (16 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/import/postmeta.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/import/postmeta.php
r54402 r59085 20 20 } 21 21 22 if ( ! file_exists( DIR_TESTDATA . '/plugins/wordpress-importer/wordpress-importer.php' ) ) { 23 $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' ); 24 } 25 26 require_once DIR_TESTDATA . '/plugins/wordpress-importer/wordpress-importer.php'; 22 require_once IMPORTER_PLUGIN_FOR_TESTS; 27 23 } 28 24
Note: See TracChangeset
for help on using the changeset viewer.