tikiwiki/packages/tiki-pkg-tikimanager/dragonmantank/cron-expression/phpunit.xml.dist
2023-11-20 20:52:04 +00:00

26 lines
645 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="./vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
>
<testsuites>
<testsuite name="Cron">
<directory>./tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">./src/Cron</directory>
</whitelist>
</filter>
</phpunit>