Skip to content

Commit

Permalink
Restore blogdescription to fix test (#171)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Bachhuber <[email protected]>
  • Loading branch information
wojsmol and danielbachhuber authored Aug 12, 2022
1 parent 896343f commit 413184a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
},
"config": {
"process-timeout": 7200,
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
"branch-alias": {
Expand Down
1 change: 1 addition & 0 deletions features/search-replace.feature
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,7 @@ Feature: Do global search/replace

Scenario: Logging with prefixes and custom colors
Given a WP install
And I run `wp option set blogdescription 'Just another WordPress site'`

When I run `WP_CLI_SEARCH_REPLACE_LOG_PREFIXES='- ,+ ' wp search-replace Just Yet --dry-run --log`
Then STDOUT should contain:
Expand Down

0 comments on commit 413184a

Please sign in to comment.