mirror of
https://github.com/doctrine/oxm.git
synced 2026-03-24 00:32:17 +01:00
26 lines
657 B
XML
26 lines
657 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
colors="true"
|
|
bootstrap="tests/bootstrap.php">
|
|
|
|
<filter>
|
|
<blacklist>
|
|
<directory>lib/vendor</directory>
|
|
</blacklist>
|
|
</filter>
|
|
|
|
<testsuites>
|
|
<testsuite name="Doctrine OXM Test Suite">
|
|
<directory>./tests/Doctrine/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
|
|
<filter>
|
|
<whitelist>
|
|
<directory suffix=".php">./lib/Doctrine/OXM</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|