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 2dc00de commit 65b9765Copy full SHA for 65b9765
composer.json
@@ -22,7 +22,10 @@
22
},
23
"config": {
24
"process-timeout": 7200,
25
- "sort-packages": true
+ "sort-packages": true,
26
+ "allow-plugins": {
27
+ "dealerdirect/phpcodesniffer-composer-installer": true
28
+ }
29
30
"extra": {
31
"branch-alias": {
features/search-replace.feature
@@ -929,6 +929,7 @@ Feature: Do global search/replace
929
930
Scenario: Logging with prefixes and custom colors
931
Given a WP install
932
+ And I run `wp option set blogdescription 'Just another WordPress site'`
933
934
When I run `WP_CLI_SEARCH_REPLACE_LOG_PREFIXES='- ,+ ' wp search-replace Just Yet --dry-run --log`
935
Then STDOUT should contain:
0 commit comments