Skip to content

Commit 1699ae4

Browse files
committed
Fix remaining run/try mismatch
1 parent d4d3ab3 commit 1699ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/install-wp-tests.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ Feature: Scaffold install-wp-tests.sh tests
449449
wp_cli_test_scaffold
450450
"""
451451
452-
When I run `WP_TESTS_DIR=/tmp/behat-wordpress-tests-lib ./phpunit -c {PLUGIN_DIR}/hello-world/phpunit.xml.dist`
452+
When I try `WP_TESTS_DIR=/tmp/behat-wordpress-tests-lib ./phpunit -c {PLUGIN_DIR}/hello-world/phpunit.xml.dist`
453453
Then the return code should be 1
454454
And STDOUT should contain:
455455
"""

0 commit comments

Comments
 (0)