Configure a testsuite for TicketBundle

This commit is contained in:
Julien Fastré 2024-04-17 10:26:33 +02:00
parent 4b30d92282
commit 36bc4dab24
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -49,6 +49,10 @@
<!-- temporarily removed, the time to find a fix -->
<exclude>src/Bundle/ChillPersonBundle/Tests/Controller/PersonDuplicateControllerViewTest.php</exclude>
</testsuite>
<testsuite name="TicketBundle">
<directory suffix="Test.php">src/Bundle/ChillTicketBundle/tests/</directory>
</testsuite>
<!--
<testsuite name="ReportBundle">
<directory suffix="Test.php">src/Bundle/ChillReportBundle/Tests/</directory>