rhymix/tests/phpunit.xml
ngleader c9cd22517c Issue 1025 adding phpunit.xml
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9815 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-11-16 05:43:33 +00:00

13 lines
370 B
XML

<phpunit bootstrap="./Bootstrap.php">
<testsuites>
<testsuite name="XE Core Test Suite">
<directory>.</directory>
<exclude>./classes/db/</exclude>
<exclude>./classes/security/</exclude>
</testsuite>
</testsuites>
<logging>
<log type="junit" target="./logs/junit.xml" />
<log type="coverage-clover" target="./logs/clover.xml"/>
</logging>
</phpunit>