tikiwiki/packages/tiki-pkg-tikimanager/dragonmantank/cron-expression/phpunit.xml.dist

26 lines
645 B
Plaintext
Raw Permalink Normal View History

2023-11-20 21:52:04 +01:00
<?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>