Skip to content

Replace wp-author-widget plugin in tests#206

Merged
ernilambar merged 2 commits intomainfrom
fix-tests
Feb 5, 2026
Merged

Replace wp-author-widget plugin in tests#206
ernilambar merged 2 commits intomainfrom
fix-tests

Conversation

@swissspidy
Copy link
Member

That plugin has been closed by author request as of 2026-02-05.

That plugin has been closed by author request as of 2026-02-05.
@github-actions
Copy link

github-actions bot commented Feb 5, 2026

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:

  • composer install: Install dependencies.
  • composer test: Run the full test suite.
  • composer phpcs: Check for code style violations.
  • composer phpcbf: Automatically fix code style violations.
  • composer phpunit: Run unit tests.
  • composer behat: Run behavior-driven tests.

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:123

You can find a list of all available Behat steps in our handbook.

@gemini-code-assist

This comment was marked as resolved.

gemini-code-assist[bot]

This comment was marked as resolved.

@codecov

This comment was marked as resolved.

@swissspidy swissspidy added this to the 2.2.1 milestone Feb 5, 2026
@swissspidy swissspidy marked this pull request as ready for review February 5, 2026 13:30
@swissspidy swissspidy requested a review from a team as a code owner February 5, 2026 13:30
Copilot AI review requested due to automatic review settings February 5, 2026 13:30
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-widget with wordpress-importer in all test scenarios
  • Added @require-wp-5.2 tags 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.

@ernilambar ernilambar merged commit 7856c4b into main Feb 5, 2026
50 checks passed
@ernilambar ernilambar deleted the fix-tests branch February 5, 2026 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants