Skip to content

Commit ef610fe

Browse files
authored
Restore blogdescription to fix test (#75)
1 parent e621a64 commit ef610fe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"wp-cli/wp-cli": "^2.5"
1616
},
1717
"require-dev": {
18+
"wp-cli/entity-command": "^2",
1819
"wp-cli/wp-cli-tests": "^3.1"
1920
},
2021
"config": {

features/server.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Feature: Serve WordPress locally
44
Scenario: Vanilla install
55
Given a WP install
66
And I launch in the background `wp server --host=localhost --port=8181`
7+
And I run `wp option set blogdescription 'Just another WordPress site'`
78

89
When I run `curl -sS localhost:8181`
910
Then STDOUT should contain:

0 commit comments

Comments
 (0)