mirror of
https://github.com/moparisthebest/wallabag
synced 2024-12-02 13:52:18 -05:00
15 lines
421 B
XML
15 lines
421 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit colors="true"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
bootstrap="./vendor/autoload.php"
|
|
>
|
|
<testsuites>
|
|
<testsuite name="Twig Gettext Extractor Test Suite">
|
|
<directory>./Twig/Gettext/Test/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|