Skip to content

Commit 9976846

Browse files
committed
Add suites for new commands
Follow-up to #51
1 parent 7efdf6b commit 9976846

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

behat.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ default:
1515
paths:
1616
- vendor/wp-cli/wp-cli/features
1717

18+
# wp ability
19+
wp-cli/ability-command:
20+
contexts:
21+
- WP_CLI\Tests\Context\FeatureContext
22+
paths:
23+
- vendor/wp-cli/ability-command/features
24+
25+
# wp block
26+
wp-cli/block-command:
27+
contexts:
28+
- WP_CLI\Tests\Context\FeatureContext
29+
paths:
30+
- vendor/wp-cli/block-command/features
31+
1832
# wp cache
1933
wp-cli/cache-command:
2034
contexts:

0 commit comments

Comments
 (0)