Skip to content

Commit 46ac25a

Browse files
committed
Count all plugins
1 parent 2eeb047 commit 46ac25a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

features/plugin-auto-updates-disable.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Feature: Disable auto-updates for WordPress plugins
3434

3535
@require-wp-5.5
3636
Scenario: Disable auto-updates for all plugins
37-
When I run `wp plugin list --status=active --format=count`
37+
When I run `wp plugin list --format=count`
3838
Then save STDOUT as {PLUGIN_COUNT}
3939

4040
When I run `wp plugin auto-updates disable --all`
@@ -74,7 +74,7 @@ Feature: Disable auto-updates for WordPress plugins
7474
Scenario: Filter when enabling auto-updates for already disabled plugins
7575
When I run `wp plugin auto-updates disable hello`
7676

77-
When I run `wp plugin list --status=active --format=count`
77+
When I run `wp plugin list --format=count`
7878
Then save STDOUT as {PLUGIN_COUNT}
7979

8080
When I run `wp plugin auto-updates disable --all --enabled-only`

features/plugin-auto-updates-enable.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Feature: Enable auto-updates for WordPress plugins
3333

3434
@require-wp-5.5
3535
Scenario: Enable auto-updates for all plugins
36-
When I run `wp plugin list --status=active --format=count`
36+
When I run `wp plugin list --format=count`
3737
Then save STDOUT as {PLUGIN_COUNT}
3838

3939
When I run `wp plugin auto-updates enable --all`
@@ -71,7 +71,7 @@ Feature: Enable auto-updates for WordPress plugins
7171

7272
@require-wp-5.5
7373
Scenario: Filter when enabling auto-updates for already enabled plugins
74-
When I run `wp plugin list --status=active --format=count`
74+
When I run `wp plugin list --format=count`
7575
Then save STDOUT as {PLUGIN_COUNT}
7676

7777
When I run `wp plugin auto-updates enable hello`

0 commit comments

Comments
 (0)