Skip to content

Commit 5eb4929

Browse files
committed
fix (forget something)
1 parent 5f5020a commit 5eb4929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
*/
7373
$WPT_PHPUNIT_CMD = trim( getenv( 'WPT_PHPUNIT_CMD' ) );
7474
if( empty( $WPT_PHPUNIT_CMD ) ) {
75-
$WPT_PHPUNIT_CMD = 'cd ' . escapeshellarg( $WPT_TEST_DIR ) . ' && ' . $WPT_PHP_EXECUTABLE . ' ./vendor/phpunit/phpunit/phpunit --dont-report-useless-tests' . $WPT_FLAVOR_TXT;
75+
$WPT_PHPUNIT_CMD = 'cd ' . escapeshellarg( $WPT_TEST_DIR ) . ' && ' . $WPT_PHP_EXECUTABLE . ' ./vendor/phpunit/phpunit/phpunit --dont-report-useless-tests' . $WPT_FLAVOR_TXT . $WPT_EXTRATESTS_TXT;
7676
}
7777

7878
// If an SSH connection string is provided, prepend the SSH command to the PHPUnit execution command.

0 commit comments

Comments
 (0)