From 0ce5192791747083ba3d4686fa85d25f0a8365fa Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Sun, 30 Sep 2018 10:59:23 +0200 Subject: [PATCH] Define simpletest DB for PHPUnit --- templates/tests/phpunit.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tests/phpunit.xml.dist b/templates/tests/phpunit.xml.dist index ac5797b..b1ca3d0 100644 --- a/templates/tests/phpunit.xml.dist +++ b/templates/tests/phpunit.xml.dist @@ -25,7 +25,7 @@ <!-- Example SIMPLETEST_BASE_URL value: http://localhost --> <env name="SIMPLETEST_BASE_URL" value=""/> <!-- Example SIMPLETEST_DB value: mysql://username:password@localhost/databasename#table_prefix --> - <env name="SIMPLETEST_DB" value=""/> + <env name="SIMPLETEST_DB" value="sqlite://localhost//tmp/test.sqlite"/> <!-- Example BROWSERTEST_OUTPUT_DIRECTORY value: /path/to/webroot/sites/simpletest/browser_output --> <env name="BROWSERTEST_OUTPUT_DIRECTORY" value=""/> <!-- To disable deprecation testing completely uncomment the next line. --> -- GitLab