feat(tests): add phpunit conf

This commit is contained in:
Simon Vieille 2023-01-09 22:28:25 +01:00
parent 496cd46db7
commit 2ed04163b4
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -25,6 +25,11 @@
<testsuite name="Login">
<file>tests/Core/Auth/LoginTest.php</file>
</testsuite>
<testsuite name="Site">
<file>tests/Core/Site/NavigationTest.php</file>
<file>tests/Core/Site/TreeTest.php</file>
<file>tests/Core/Site/PageTest.php</file>
</testsuite>
</testsuites>
<coverage processUncoveredFiles="true">
@ -37,10 +42,7 @@
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>
<!-- Run `composer require symfony/panther` before enabling this extension -->
<!--
<extensions>
<extension class="Symfony\Component\Panther\ServerExtension" />
</extensions>
-->
</phpunit>