mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-15 13:45:04 -05:00
19 lines
578 B
XML
19 lines
578 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit backupGlobals="false"
|
|
backupStaticAttributes="false"
|
|
colors="true"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
processIsolation="false"
|
|
stopOnFailure="false"
|
|
syntaxCheck="false"
|
|
bootstrap="tests/functionals/bootstrap.php"
|
|
>
|
|
<testsuites>
|
|
<testsuite name="Poche Test Suite">
|
|
<directory>./tests/functionals/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|