tikiwiki/packages/tiki-pkg-expose/enygma/expose/phpunit.xml.dist

17 lines
507 B
Plaintext
Raw Normal View History

2023-11-20 21:52:04 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
convertErrorsToExceptions="true"
convertWarningsToExceptions="true"
convertNoticesToExceptions="true"
mapTestClassNameToCoveredClassName="true"
bootstrap="vendor/autoload.php"
strict="true"
verbose="true"
colors="true">
<testsuites>
<testsuite name="expose">
<directory>./tests/</directory>
</testsuite>
</testsuites>
</phpunit>