Changeset 59327 for branches/6.7/tests/phpunit/tests/import/import.php
- Timestamp:
- 10/30/2024 11:45:53 PM (15 months ago)
- Location:
- branches/6.7
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/import/import.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.7
-
branches/6.7/tests/phpunit/tests/import/import.php
r59085 r59327 22 22 add_filter( 'import_allow_create_users', '__return_true' ); 23 23 24 require_once IMPORTER_PLUGIN_FOR_TESTS;24 $this->require_importer(); 25 25 26 26 // Crude but effective: make sure there's no residual data in the main tables.
Note: See TracChangeset
for help on using the changeset viewer.