Skip to content

Commit 7c6f067

Browse files
committed
Pull in latest master of the framework
1 parent 928a79a commit 7c6f067

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"composer/semver": "^1.4 || ^2 || ^3",
21-
"wp-cli/wp-cli": "^2"
21+
"wp-cli/wp-cli": "dev-master"
2222
},
2323
"require-dev": {
2424
"wp-cli/entity-command": "^1.3 || ^2",

features/plugin.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,10 +326,10 @@ Feature: Manage WordPress plugins
326326
When I run `wp plugin activate network-only`
327327
Then STDOUT should not be empty
328328

329-
When I run `wp plugin list --status=network-active,inactive --fields=name,status,file`
329+
When I run `wp plugin list --status=active-network,inactive --fields=name,status,file`
330330
Then STDOUT should be a table containing rows:
331331
| name | status | file |
332-
| network-only | network-active | network-only.php |
332+
| network-only | active-network | network-only.php |
333333
| wordpress-importer | inactive | wordpress-importer/wordpress-importer.php |
334334

335335
When I run `wp plugin list --status=active,inactive --fields=name,status,file`

0 commit comments

Comments
 (0)