1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-07-04 23:54:25 +03:00
kangana/application/tests/phpunit.xml

14 lines
323 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true" bootstrap="./bootstrap.php">
<testsuites>
<testsuite name="Application Tests">
<file>../../modules/unittest/tests.php</file>
</testsuite>
</testsuites>
<groups>
<exclude>
<group>kohana</group>
</exclude>
</groups>
</phpunit>