Changeset 27349
- Timestamp:
- 03/02/2014 10:34:58 AM (11 years ago)
- Location:
- trunk/tests/phpunit/tests/import
- Files:
-
- 3 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 -
trunk/tests/phpunit/tests/import/parser.php
r25002 r27349 13 13 if ( ! defined( 'WP_LOAD_IMPORTERS' ) ) 14 14 define( 'WP_LOAD_IMPORTERS', true ); 15 16 if ( ! file_exists( DIR_TESTDATA . '/plugins/wordpress-importer/wordpress-importer.php' ) ) { 17 $this->markTestSkipped( 'WordPress Importer plugin is not installed.' ); 18 } 15 19 16 20 require_once DIR_TESTDATA . '/plugins/wordpress-importer/wordpress-importer.php'; -
trunk/tests/phpunit/tests/import/postmeta.php
r25002 r27349 13 13 if ( ! defined( 'WP_LOAD_IMPORTERS' ) ) 14 14 define( 'WP_LOAD_IMPORTERS', true ); 15 16 if ( ! file_exists( DIR_TESTDATA . '/plugins/wordpress-importer/wordpress-importer.php' ) ) { 17 $this->markTestSkipped( 'WordPress Importer plugin is not installed.' ); 18 } 15 19 16 20 require_once DIR_TESTDATA . '/plugins/wordpress-importer/wordpress-importer.php';
Note: See TracChangeset
for help on using the changeset viewer.