Skip to content

Commit

Permalink
Add CLI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ernilambar committed Dec 22, 2023
1 parent 0074b28 commit a382a4c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/behat/features/plugin-list-checks.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Feature: Test that the WP-CLI plugin list checks command works.

Scenario: Check listing of checks
Given a WP install with the Plugin Check plugin

When I try the WP-CLI command `plugin list-checks`
Then STDERR should contain:
"""
i18n_usage
"""

0 comments on commit a382a4c

Please sign in to comment.