add person suite to phpunit

This commit is contained in:
Julien Fastré 2021-05-06 15:55:02 +02:00
parent f9b8f13dd6
commit 6df8e6dec8

View File

@ -18,11 +18,9 @@
<testsuite name="MainBundle"> <testsuite name="MainBundle">
<directory suffix="Test.php">src/Bundle/ChillMainBundle/Tests/</directory> <directory suffix="Test.php">src/Bundle/ChillMainBundle/Tests/</directory>
</testsuite> </testsuite>
<!--
<testsuite name="PersonBundle"> <testsuite name="PersonBundle">
<directory suffix="Test.php">src/Bundle/ChillPersonBundle/Tests/</directory> <directory suffix="Test.php">src/Bundle/ChillPersonBundle/Tests/</directory>
</testsuite> </testsuite>
-->
</testsuites> </testsuites>
<listeners> <listeners>