2013-11-22 17:54:20 -05:00
|
|
|
<?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"
|
2013-11-24 05:27:49 -05:00
|
|
|
bootstrap="tests/functionals/bootstrap.php"
|
2013-11-22 17:54:20 -05:00
|
|
|
>
|
|
|
|
<testsuites>
|
2014-05-20 10:25:29 -04:00
|
|
|
<testsuite name="Wallabag Test Suite">
|
2013-11-22 17:54:20 -05:00
|
|
|
<directory>./tests/functionals/</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
</phpunit>
|