steamwidgets-web/phpunit.xml

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>