Skip to content

Commit 7e4bb3e

Browse files
committed
Avoid output from Composer
1 parent c2a0b48 commit 7e4bb3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/install-wp-tests.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ Feature: Scaffold install-wp-tests.sh tests
101101
wp_cli_test_scaffold
102102
"""
103103

104-
When I run `mkdir polyfills && 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 --quiet --working-dir=polyfills`
105105
Then the return code should be 0
106106

107-
When I run `composer install --no-interaction --working-dir=polyfills`
107+
When I run `composer install --no-interaction --working-dir=polyfills --quiet`
108108
Then the return code should be 0
109109

110110
When I run `WP_TESTS_DIR={RUN_DIR}/wordpress-tests-lib WP_TESTS_PHPUNIT_POLYFILLS_PATH={RUN_DIR}/polyfills/vendor/yoast/phunit-polyfills ./phpunit -c {PLUGIN_DIR}/hello-world/phpunit.xml.dist`

0 commit comments

Comments
 (0)