Skip to content

Commit

Permalink
Restore blogdescription to fix test (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojsmol authored Aug 12, 2022
1 parent e621a64 commit ef610fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"wp-cli/wp-cli": "^2.5"
},
"require-dev": {
"wp-cli/entity-command": "^2",
"wp-cli/wp-cli-tests": "^3.1"
},
"config": {
Expand Down
1 change: 1 addition & 0 deletions features/server.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Feature: Serve WordPress locally
Scenario: Vanilla install
Given a WP install
And I launch in the background `wp server --host=localhost --port=8181`
And I run `wp option set blogdescription 'Just another WordPress site'`

When I run `curl -sS localhost:8181`
Then STDOUT should contain:
Expand Down

0 comments on commit ef610fe

Please sign in to comment.