Files
steamwidgets-web/phpunit.xml
Daniel Brendel 94353ac3c8 Initial commit
2022-08-16 13:54:30 +02:00

16 lines
295 B
XML

<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>