Skip to content

Commit

Permalink
Fix warning text in test
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Dec 18, 2023
1 parent 9c12684 commit e915dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/search-replace.feature
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ Feature: Do global search/replace
When I try `wp search-replace mysqli_result stdClass`
Then STDERR should contain:
"""
Warning: WP_CLI\SearchReplacer::run_recursively(): Couldn't fetch mysqli_result in src/WP_CLI/SearchReplacer.php
Warning: WP_CLI\SearchReplacer::run_recursively(): Couldn't fetch mysqli_result
"""
And STDOUT should contain:
"""
Expand Down

0 comments on commit e915dd8

Please sign in to comment.