Make WordPress Core


Ignore:
Timestamp:
02/06/2025 05:51:01 PM (4 months ago)
Author:
desrosj
Message:

Import: Remove Importer plugin related unit tests.

The WordPress Importer plugin has been maintained separately in a repository on GitHub since 2016. However, the unit tests were left in wordpress-develop due to the lack of a CI setup on GitHub.

With GitHub Actions set up for the plugin repository, these tests are now running in two locations. Because they are more relevant to the plugin itself, the tests have been synced, will run weekly through a schedule event, and are now being removed from wordpress-develop.

The only remaining test method in the import group covers get_importers(), which is a function maintained in WordPress Core itself.

Props frank-klein, netweb, dd32, peterwilsoncc, azaozz, desrosj, swissspidy.
Fixes #42668.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/bootstrap.php

    r59592 r59769  
    215215define( 'DIR_TESTDATA', __DIR__ . '/../data' );
    216216define( 'DIR_TESTROOT', realpath( dirname( __DIR__ ) ) );
    217 define( 'IMPORTER_PLUGIN_FOR_TESTS', DIR_TESTDATA . '/plugins/wordpress-importer/wordpress-importer.php' );
    218217
    219218define( 'WP_LANG_DIR', realpath( DIR_TESTDATA . '/languages' ) );
Note: See TracChangeset for help on using the changeset viewer.