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.
1 parent 6d37c07 commit e718c0aCopy full SHA for e718c0a
.env.default
@@ -33,10 +33,10 @@ export WPT_DB_PASSWORD=""
33
export WPT_DB_HOST=""
34
35
# (Optionally) set a custom table prefix to permit concurrency against the same database.
36
-export WPT_TABLE_PREFIX=${WPT_TABLE_PREFIX-wptests_}
+export WPT_TABLE_PREFIX="${WPT_TABLE_PREFIX-wptests_}"
37
38
# (Optionally) define the PHP executable to be called
39
-export WPT_PHP_EXECUTABLE=${WPT_PHP_EXECUTABLE-php}
+export WPT_PHP_EXECUTABLE="${WPT_PHP_EXECUTABLE-php}"
40
41
# (Optionally) define the PHPUnit command execution call.
42
# Use if `php phpunit.phar` can't be called directly for some reason.
0 commit comments