1
0
Fork 0
mirror of synced 2024-05-17 11:12:41 +12:00

fix: phpunit bootstrap

This commit is contained in:
Torsten Dittmann 2022-09-14 10:17:08 +02:00
parent 9f07cb0cc4
commit d834091524

View file

@ -1,6 +1,6 @@
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
bootstrap="app/init.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"