remove tests for person bundle

This commit is contained in:
Julien Fastré 2021-05-26 13:56:42 +00:00
parent 5449efdd97
commit c2bbee299c

View File

@ -18,11 +18,12 @@
<testsuite name="MainBundle">
<directory suffix="Test.php">src/Bundle/ChillMainBundle/Tests/</directory>
</testsuite>
<!-- remove tests for person temporarily
<testsuite name="PersonBundle">
<directory suffix="Test.php">src/Bundle/ChillPersonBundle/Tests/</directory>
<exclude>src/Bundle/ChillPersonBundle/Tests/Export/*</exclude>
</testsuite>
</testsuites>
-->
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />