Issue #2710103 by Pashupathi Nath Gajawada: Cleanup phpunit.xml.dist

8.2.x
Alex Pott 2016-04-26 14:43:36 +01:00
parent c74f0424f2
commit ea8e16eda1
1 changed files with 3 additions and 3 deletions

View File

@ -19,12 +19,12 @@
<ini name="error_reporting" value="32767"/> <ini name="error_reporting" value="32767"/>
<!-- Do not limit the amount of memory tests take to run. --> <!-- Do not limit the amount of memory tests take to run. -->
<ini name="memory_limit" value="-1"/> <ini name="memory_limit" value="-1"/>
<env name="SIMPLETEST_BASE_URL" value=""/>
<!-- Example SIMPLETEST_BASE_URL value: http://localhost --> <!-- Example SIMPLETEST_BASE_URL value: http://localhost -->
<env name="SIMPLETEST_DB" value=""/> <env name="SIMPLETEST_BASE_URL" value=""/>
<!-- Example SIMPLETEST_DB value: mysql://username:password@localhost/databasename#table_prefix --> <!-- Example SIMPLETEST_DB value: mysql://username:password@localhost/databasename#table_prefix -->
<env name="BROWSERTEST_OUTPUT_DIRECTORY" value=""/> <env name="SIMPLETEST_DB" value=""/>
<!-- Example BROWSERTEST_OUTPUT_DIRECTORY value: /path/to/webroot/sites/simpletest/browser_output --> <!-- Example BROWSERTEST_OUTPUT_DIRECTORY value: /path/to/webroot/sites/simpletest/browser_output -->
<env name="BROWSERTEST_OUTPUT_DIRECTORY" value=""/>
</php> </php>
<testsuites> <testsuites>
<testsuite name="unit"> <testsuite name="unit">