MyDSL/phpunit.xml
2020-12-17 16:13:32 +08:00

17 lines
481 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
convertErrorsToExceptions="true"
convertWarningsToExceptions="true"
convertNoticesToExceptions="true"
mapTestClassNameToCoveredClassName="true"
bootstrap="vendor/autoload.php"
verbose="true"
colors="true">
<testsuites>
<testsuite name="DSL">
<directory>./tests</directory>
</testsuite>
</testsuites>
</phpunit>