1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Use PHPUnit directly

This commit is contained in:
Yassine Guedidi 2024-01-03 23:46:08 +01:00
parent 0e7b4641a1
commit 15d5eb5e6a
7 changed files with 1615 additions and 10 deletions

View file

@ -34,4 +34,8 @@
<extensions>
<extension class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension" />
</extensions>
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener"/>
</listeners>
</phpunit>