Changeset 27349 for trunk/tests/phpunit/tests/import/import.php
- Timestamp:
- 03/02/2014 10:34:58 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/import/import.php
r25002 r27349 15 15 16 16 add_filter( 'import_allow_create_users', '__return_true' ); 17 18 if ( ! file_exists( DIR_TESTDATA . '/plugins/wordpress-importer/wordpress-importer.php' ) ) { 19 $this->markTestSkipped( 'WordPress Importer plugin is not installed.' ); 20 } 21 17 22 require_once DIR_TESTDATA . '/plugins/wordpress-importer/wordpress-importer.php'; 18 23
Note: See TracChangeset
for help on using the changeset viewer.