mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-19 10:23:16 +09:00
Issue 1025 adding phpunit.xml
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9815 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
518a8a2f59
commit
c9cd22517c
4 changed files with 19 additions and 6 deletions
13
tests/phpunit.xml
Normal file
13
tests/phpunit.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue