exclude tests which concerns exports for persons

This commit is contained in:
Julien Fastré 2021-05-13 21:44:09 +02:00
parent c93d5ceb16
commit d76f6d716f

View File

@ -20,6 +20,7 @@
</testsuite>
<testsuite name="PersonBundle">
<directory suffix="Test.php">src/Bundle/ChillPersonBundle/Tests/</directory>
<exclude>src/Bundle/ChillPersonBundle/Tests/Export/*</exclude>
</testsuite>
</testsuites>