We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 190d3e1 + 2ae23a9 commit c71f288Copy full SHA for c71f288
.env.default
@@ -39,11 +39,11 @@ export WPT_PHP_EXECUTABLE=${WPT_PHP_EXECUTABLE-php}
39
40
# (Optionally) define the PHPUnit command execution call.
41
# Use if `php phpunit.phar` can't be called directly for some reason.
42
-WPT_PHPUNIT_CMD=
+export WPT_PHPUNIT_CMD=
43
44
# (Optionally) define the command execution to remove the test directory
45
# Use if `rm -r` can't be called directly for some reason.
46
-WPT_RM_TEST_DIR_CMD=
+export WPT_RM_TEST_DIR_CMD=
47
48
# SSH connection string (can also be an alias).
49
# Leave empty if tests are meant to run in the same environment.
0 commit comments