mirror of
https://github.com/code-rhapsodie/IbexaMailingBundle.git
synced 2026-03-23 22:32:13 +01:00
19 lines
627 B
XML
19 lines
627 B
XML
<?xml version="1.0"?>
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" stopOnFailure="false" backupGlobals="false"
|
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd" cacheDirectory=".phpunit.cache">
|
|
<coverage/>
|
|
<testsuites>
|
|
<testsuite name="IbexaMailingBundle">
|
|
<directory>tests/Tests/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<source>
|
|
<include>
|
|
<directory>bundle</directory>
|
|
</include>
|
|
<exclude>
|
|
<directory>tests/Tests</directory>
|
|
</exclude>
|
|
</source>
|
|
</phpunit>
|