We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e621a64 commit ef610feCopy full SHA for ef610fe
composer.json
@@ -15,6 +15,7 @@
15
"wp-cli/wp-cli": "^2.5"
16
},
17
"require-dev": {
18
+ "wp-cli/entity-command": "^2",
19
"wp-cli/wp-cli-tests": "^3.1"
20
21
"config": {
features/server.feature
@@ -4,6 +4,7 @@ Feature: Serve WordPress locally
4
Scenario: Vanilla install
5
Given a WP install
6
And I launch in the background `wp server --host=localhost --port=8181`
7
+ And I run `wp option set blogdescription 'Just another WordPress site'`
8
9
When I run `curl -sS localhost:8181`
10
Then STDOUT should contain:
0 commit comments