FOSElasticaBundle/phpunit.xml.dist

30 lines
781 B
Plaintext
Raw Normal View History

2011-07-07 22:41:18 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
2011-12-04 22:47:05 +01:00
bootstrap="../../../../app/bootstrap.php.cache"
2011-07-07 22:41:18 +02:00
>
<testsuites>
<testsuite name="ElasticaBundle Test Suite">
<directory>./Tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>./</directory>
<exclude>
<directory>./Tests</directory>
</exclude>
</whitelist>
</filter>
</phpunit>