diff --git a/templates/tests/phpunit.xml.dist b/templates/tests/phpunit.xml.dist index ac5797b7cd4113c6cc427830bec2fb90774c1fd5..b1ca3d060412e0b9dea075adb54bf4a466f0e0e1 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. -->