1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00
wallabag/phpunit.xml
2013-11-24 11:27:49 +01:00

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>