-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpunit.xml
25 lines (25 loc) · 1.02 KB
/
phpunit.xml
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
<phpunit>
<php>
<ini name="include_path" value=".:/usr/share/pear:/usr/share/php:/home/arubinst/sites/me/quickeval/trunk/lib"/>
</php>
<testsuite name="All Tests">
<directory>test</directory>
</testsuite>
<filter>
<blacklist>
<directory suffix=".php">test</directory>
</blacklist>
<whitelist>
<directory suffix=".php">www</directory>
<directory suffix=".php">lib</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-html" target="/home/arubinst/sites/me/quickevaltest/report" charset="UTF-8" yui="true" highlight="false" lowUpperBound="35" highLowerBound="70"/>
<log type="testdox-html" target="/home/arubinst/sites/me/quickevaltest/testdox.html"/>
<log type="testdox-text" target="/home/arubinst/sites/me/quickevaltest/testdox.txt"/>
<log type="test-xml" target="/home/arubinst/sites/me/quickevaltest/log.xml"/>
<log type="graphviz" target="/home/arubinst/sites/me/quickevaltest/logfile.dot"/>
<log type="tap" target="/home/arubinst/sites/me/quickevaltest/tap.txt"/>
</logging>
</phpunit>