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 65dcbf8 commit c2a0b48Copy full SHA for c2a0b48
features/install-wp-tests.feature
@@ -101,7 +101,7 @@ Feature: Scaffold install-wp-tests.sh tests
101
wp_cli_test_scaffold
102
"""
103
104
- When I run `composer init --name=test/package --require="yoast/phpunit-polyfills:^1" --no-interaction --working-dir=polyfills`
+ When I run `mkdir polyfills && composer init --name=test/package --require="yoast/phpunit-polyfills:^1" --no-interaction --working-dir=polyfills`
105
Then the return code should be 0
106
107
When I run `composer install --no-interaction --working-dir=polyfills`
0 commit comments