mirror of
https://github.com/doctrine/shards.git
synced 2026-03-24 00:22:10 +01:00
15 lines
410 B
XML
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>
|