fix: phpunit bootstrap

This commit is contained in:
Torsten Dittmann
2022-09-14 10:17:08 +02:00
parent 9f07cb0cc4
commit d834091524
+1 -1
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"