Skip to content

Commit c2a0b48

Browse files
committed
Create polyfills directory before composer init
1 parent 65dcbf8 commit c2a0b48

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
@@ -101,7 +101,7 @@ Feature: Scaffold install-wp-tests.sh tests
101101
wp_cli_test_scaffold
102102
"""
103103

104-
When I run `composer init --name=test/package --require="yoast/phpunit-polyfills:^1" --no-interaction --working-dir=polyfills`
104+
When I run `mkdir polyfills && composer init --name=test/package --require="yoast/phpunit-polyfills:^1" --no-interaction --working-dir=polyfills`
105105
Then the return code should be 0
106106

107107
When I run `composer install --no-interaction --working-dir=polyfills`

0 commit comments

Comments
 (0)