1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-12-03 06:12:16 -05:00
wallabag/vendor/umpirsky/twig-gettext-extractor/phpunit.xml.dist

15 lines
421 B
Plaintext
Raw Normal View History

2013-08-03 13:26:54 -04:00
<?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>