File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1515$ WPT_PHP_EXECUTABLE = getenv ( 'WPT_PHP_EXECUTABLE ' ) ? : 'php ' ;
1616
1717// This uses `||` to run PHPUnit when it is downloaded manually (like for PHP 5.6-7.0) rather than through Composer.
18- $ WPT_PHPUNIT_CMD = getenv ( 'WPT_PHPUNIT_CMD ' ) ? : 'cd ' . escapeshellarg ( $ WPT_TEST_DIR ) . ' && ' . $ WPT_PHP_EXECUTABLE . ' ./vendor/phpunit/phpunit/phpunit || ' . $ WPT_PHP_EXECUTABLE . ' phpunit.phar ' ;
18+ $ WPT_PHPUNIT_CMD = getenv ( 'WPT_PHPUNIT_CMD ' ) ? : 'cd ' . escapeshellarg ( $ WPT_TEST_DIR ) . ' && ' . $ WPT_PHP_EXECUTABLE . ' ./vendor/phpunit/phpunit/phpunit --dont-report-useless-tests || ' . $ WPT_PHP_EXECUTABLE . ' phpunit.phar --dont-report-useless-tests ' ;
1919
2020// Run phpunit in the test environment.
2121if ( ! empty ( $ WPT_SSH_CONNECT ) ) {
You can’t perform that action at this time.
0 commit comments