[wp-trac] [WordPress Trac] #42668: Remove WordPress Importer tests from default test suite
WordPress Trac
noreply at wordpress.org
Thu Feb 6 17:51:18 UTC 2025
#42668: Remove WordPress Importer tests from default test suite
---------------------------------------------+----------------------
Reporter: Frank Klein | Owner: desrosj
Type: enhancement | Status: closed
Priority: normal | Milestone: 6.8
Component: Import | Version:
Severity: normal | Resolution: fixed
Keywords: has-patch has-unit-tests commit | Focuses:
---------------------------------------------+----------------------
Changes (by desrosj):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"59769" 59769]:
{{{
#!CommitTicketReference repository="" revision="59769"
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.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/42668#comment:14>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list