Skip to content

Commit a0c97ca

Browse files
authored
Merge pull request #239 from wp-cli/dependabot/composer/composer/semver-tw-3.0.0
2 parents 7ee10ba + 0958214 commit a0c97ca

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
}
1818
],
1919
"require": {
20-
"composer/semver": "^1.4 || ^2.0",
21-
"wp-cli/wp-cli": "^2"
20+
"composer/semver": "^1.4 || ^2 || ^3",
21+
"wp-cli/wp-cli": "dev-master"
2222
},
2323
"require-dev": {
2424
"wp-cli/entity-command": "^1.3 || ^2",

features/plugin.feature

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ Feature: Manage WordPress plugins
313313
Given a WP multisite install
314314
And a wp-content/plugins/network-only.php file:
315315
"""
316+
<?php
316317
// Plugin Name: Example Plugin
317318
// Network: true
318319
"""
@@ -326,10 +327,10 @@ Feature: Manage WordPress plugins
326327
When I run `wp plugin activate network-only`
327328
Then STDOUT should not be empty
328329

329-
When I run `wp plugin list --status=network-active,inactive --fields=name,status,file`
330+
When I run `wp plugin list --status=active-network,inactive --fields=name,status,file`
330331
Then STDOUT should be a table containing rows:
331332
| name | status | file |
332-
| network-only | network-active | network-only.php |
333+
| network-only | active-network | network-only.php |
333334
| wordpress-importer | inactive | wordpress-importer/wordpress-importer.php |
334335

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

0 commit comments

Comments
 (0)