File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,15 @@ Feature: Scaffold install-wp-tests.sh tests
219
219
Then the return code should be 1
220
220
And STDOUT should contain:
221
221
"""
222
- Looks like you're using PHPUnit 9.5.8. WordPress requires at least PHPUnit 5.4 and is currently only compatible with PHPUnit up to 7.x.
222
+ Looks like you're using PHPUnit 9.5.
223
+ """
224
+ And STDOUT should contain:
225
+ """
226
+ WordPress requires at least PHPUnit 5.
227
+ """
228
+ And STDOUT should contain:
229
+ """
230
+ and is currently only compatible with PHPUnit up to 7.x.
223
231
"""
224
232
225
233
When I try `WP_TESTS_DIR={RUN_DIR}/wordpress-tests-lib WP_CORE_DIR={RUN_DIR}/wordpress /usr/bin/env bash {PLUGIN_DIR}/hello-world/bin/install-wp-tests.sh wp_cli_test_scaffold {DB_USER} {DB_PASSWORD} {DB_HOST} latest < affirmative-response`
You can’t perform that action at this time.
0 commit comments