tao-test/app/taoTests/phpunit.xml

13 lines
317 B
XML
Raw Normal View History

2022-08-29 20:14:13 +02:00
<phpunit
bootstrap="./../generis/test/bootstrap.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true">
<testsuites>
<testsuite name="Unit">
<directory>test/unit</directory>
</testsuite>
</testsuites>
</phpunit>