We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efdf6b commit 9976846Copy full SHA for 9976846
1 file changed
behat.yml
@@ -15,6 +15,20 @@ default:
15
paths:
16
- vendor/wp-cli/wp-cli/features
17
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
28
29
30
+ - vendor/wp-cli/block-command/features
31
32
# wp cache
33
wp-cli/cache-command:
34
contexts:
0 commit comments