Tests: Do not use deprecated plugin status command - #391
Conversation
📝 WalkthroughWalkthroughThe scaffold test now uses ChangesScaffold verification
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR updates the Behat acceptance test for scaffolding a plugin to avoid using the deprecated wp plugin status command, keeping the scaffold feature tests aligned with current WP-CLI commands.
Changes:
- Replaced
wp plugin status hello-worldwithwp plugin get ...in the scaffold plugin prompt scenario. - Updated expected output assertions to match the new command output.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
plugin status commandplugin status command
Summary by CodeRabbit