Files
shards/phpunit.xml.dist
2012-03-12 09:01:55 +01:00

15 lines
410 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="Doctrine Shards">
<directory suffix="Test.php">tests/Doctrine/Tests/Shards</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>lib/Doctrine/Shards</directory>
</whitelist>
</filter>
</phpunit>