Initial commit

This commit is contained in:
Daniel Brendel
2022-08-16 13:54:30 +02:00
commit 94353ac3c8
64 changed files with 32771 additions and 0 deletions

16
phpunit.xml Normal file
View File

@ -0,0 +1,16 @@
<phpunit
stopOnError="false"
stopOnFailure="false"
stopOnIncomplete="false"
stopOnSkipped="false"
stopOnRisky="false"
bootstrap="app/tests/bootstrap.php"
>
<testsuites>
<testsuite name="Testcases">
<directory>app/tests</directory>
</testsuite>
</testsuites>
</phpunit>