Skip to content
Snippets Groups Projects
Commit ea8e16ed authored by Alex Pott's avatar Alex Pott
Browse files

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

parent c74f0424
No related branches found
No related tags found
No related merge requests found
......@@ -19,12 +19,12 @@
<ini name="error_reporting" value="32767"/>
<!-- Do not limit the amount of memory tests take to run. -->
<ini name="memory_limit" value="-1"/>
<env name="SIMPLETEST_BASE_URL" value=""/>
<!-- 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 -->
<env name="BROWSERTEST_OUTPUT_DIRECTORY" value=""/>
<env name="SIMPLETEST_DB" value=""/>
<!-- Example BROWSERTEST_OUTPUT_DIRECTORY value: /path/to/webroot/sites/simpletest/browser_output -->
<env name="BROWSERTEST_OUTPUT_DIRECTORY" value=""/>
</php>
<testsuites>
<testsuite name="unit">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment