mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9965 201d5d3c-b55e-5fd7-737f-ddc643e51545
14 lines
458 B
XML
14 lines
458 B
XML
<phpunit bootstrap="./Bootstrap.php">
|
|
<testsuites>
|
|
<testsuite name="XE Core Test Suite">
|
|
<directory>.</directory>
|
|
<exclude>./classes/context/Context.mock.php</exclude>
|
|
<exclude>./classes/db/</exclude>
|
|
<exclude>./classes/frontendfile/FrontEndFileHandlerTest.php</exclude>
|
|
</testsuite>
|
|
</testsuites>
|
|
<logging>
|
|
<log type="junit" target="./logs/junit.xml" />
|
|
<log type="coverage-clover" target="./logs/clover.xml"/>
|
|
</logging>
|
|
</phpunit>
|