enable test suite for aside activity

This commit is contained in:
Julien Fastré 2021-09-13 15:25:10 +02:00
parent e4cfb4804b
commit 6fa0d229af

View File

@ -31,6 +31,9 @@
<!-- temporarily removed, the time to find a fix -->
<exclude>src/Bundle/ChillPersonBundle/Tests/Controller/PersonDuplicateControllerViewTest.php</exclude>
</testsuite>
<testsuite name="AsideActivityBundle">
<directory suffix="Test.php">src/Bundle/ChillAsideActivityBundle/src/Tests/</directory>
</testsuite>
</testsuites>
<listeners>