Files
mongodb-odm-softdelete/phpunit.xml.dist
Jonathan H. Wage 932c8e5d1c first commit
2011-01-31 18:08:47 -06:00

18 lines
557 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="tests/bootstrap.php"
>
<testsuites>
<testsuite name="Doctrine ODM MongoDB Soft Delete Test Suite">
<directory>./tests/Doctrine/</directory>
</testsuite>
</testsuites>
</phpunit>