forked from joomla/joomla-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
legacy.xml.dist
29 lines (27 loc) · 1.27 KB
/
legacy.xml.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/bootstrap.legacy.php" colors="false">
<!-- These constants help setup environment configurations for running optional tests.
<php>
<const name="JTEST_DATABASE_MYSQL_DSN" value="host=localhost;dbname=joomla_ut;user=utuser;pass=ut1234" />
<const name="JTEST_DATABASE_MYSQLI_DSN" value="host=localhost;dbname=joomla_ut;user=utuser;pass=ut1234" />
<const name="JTEST_DATABASE_POSTGRESQL_DSN" value="host=localhost;port=5432;dbname=joomla_ut;user=utuser;pass=ut1234" />
<const name="JTEST_HTTP_STUB" value="http://localhost/joomla-platform/tests/suites/unit/stubs/jhttp_stub.php" />
</php>
-->
<testsuites>
<testsuite name="Legacy">
<directory>tests/suites/legacy</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-html" target="build/coverage-legacy" title="Joomla-Platform-Legacy" charset="UTF-8" yui="true" highlight="true"
lowUpperBound="35" highLowerBound="70" />
<log type="coverage-clover" target="build/logs/clover.legacy.xml" />
<log type="junit" target="build/logs/junit.legacy.xml" logIncompleteSkipped="false" />
</logging>
<filter>
<whitelist addUncoveredFilesFromWhitelist="false">
<directory suffix=".php">libraries/legacy</directory>
</whitelist>
</filter>
</phpunit>