File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Feature: Scaffold install-wp-tests.sh tests
4242 """
4343 And I run `wp eval-file get-phpunit-phar-url.php --skip-wordpress`
4444 And save STDOUT as {PHPUNIT_PHAR_URL}
45- And I run `wget -O phpunit {PHPUNIT_PHAR_URL}`
45+ And I run `wget -q - O phpunit {PHPUNIT_PHAR_URL}`
4646 And I run `chmod +x phpunit`
4747 And I run `wp plugin path`
4848 And save STDOUT as {PLUGIN_DIR}
@@ -148,7 +148,7 @@ Feature: Scaffold install-wp-tests.sh tests
148148 """
149149 And I run `wp eval-file get-phpunit-phar-url.php --skip-wordpress`
150150 And save STDOUT as {PHPUNIT_PHAR_URL}
151- And I run `wget -O phpunit {PHPUNIT_PHAR_URL}`
151+ And I run `wget -q - O phpunit {PHPUNIT_PHAR_URL}`
152152 And I run `chmod +x phpunit`
153153 And I run `wp plugin path`
154154 And save STDOUT as {PLUGIN_DIR}
You can’t perform that action at this time.
0 commit comments