Replace wp-author-widget plugin in tests#206
Conversation
That plugin has been closed by author request as of 2026-02-05.
|
Hello! 👋 Thanks for opening this pull request! Please check out our contributing guidelines. We appreciate you taking the initiative to contribute to this project. Contributing isn't limited to just code. We encourage you to contribute in the way that best fits your abilities, by writing tutorials, giving a demo at your local meetup, helping other users with their support questions, or revising our documentation. Here are some useful Composer commands to get you started:
To run a single Behat test, you can use the following command: # Run all tests in a single file
composer behat features/some-feature.feature
# Run only a specific scenario (where 123 is the line number of the "Scenario:" title)
composer behat features/some-feature.feature:123You can find a list of all available Behat steps in our handbook. |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Pull request overview
This PR replaces the wp-author-widget plugin with wordpress-importer in test scenarios after the former was closed by author request on 2026-02-05.
Changes:
- Replaced
wp-author-widgetwithwordpress-importerin all test scenarios - Added
@require-wp-5.2tags to scenarios using the WordPress Importer plugin - Added explanatory comments for the WordPress version requirement
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| features/check-plugin-deactivated.feature | Updated three test scenarios to use wordpress-importer instead of wp-author-widget, added @require-wp-5.2 tags and comments |
| features/check-plugin-active-count.feature | Updated one test scenario to use wordpress-importer instead of wp-author-widget, added @require-wp-5.2 tag and comment |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
That plugin has been closed by author request as of 2026-02-05.