kekrozsak/vendor/doctrine/orm/tests/travis/sqlite.travis.xml
2012-07-23 17:09:03 +02:00

15 lines
354 B
XML

<?xml version="1.0" encoding="utf-8"?>
<phpunit>
<testsuites>
<testsuite name="Doctrine ORM Test Suite">
<directory>./../Doctrine/Tests/ORM</directory>
</testsuite>
</testsuites>
<groups>
<exclude>
<group>performance</group>
<group>locking_functional</group>
</exclude>
</groups>
</phpunit>