Skip to content

Commit 65b9765

Browse files
Restore blogdescription to fix test (#171)
Co-authored-by: Daniel Bachhuber <daniel@bachhuber.co>
1 parent 2dc00de commit 65b9765

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
},
2323
"config": {
2424
"process-timeout": 7200,
25-
"sort-packages": true
25+
"sort-packages": true,
26+
"allow-plugins": {
27+
"dealerdirect/phpcodesniffer-composer-installer": true
28+
}
2629
},
2730
"extra": {
2831
"branch-alias": {

features/search-replace.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -929,6 +929,7 @@ Feature: Do global search/replace
929929

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

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

0 commit comments

Comments
 (0)