mirror of
https://github.com/doctrine/DoctrineSkeletonMapperBundle.git
synced 2026-03-24 00:42:09 +01:00
26 lines
764 B
XML
26 lines
764 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
|
|
colors="true"
|
|
verbose="true"
|
|
beStrictAboutOutputDuringTests="true"
|
|
>
|
|
<testsuites>
|
|
<testsuite name="DoctrineSkeletonMapperBundle for the Symfony Framework">
|
|
<directory>./Tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
|
|
<filter>
|
|
<whitelist>
|
|
<directory>.</directory>
|
|
<exclude>
|
|
<directory>./Resources</directory>
|
|
<directory>./Tests</directory>
|
|
<directory>./vendor</directory>
|
|
</exclude>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|