forked from wallabag/wallabag
twig implementation
This commit is contained in:
14
vendor/umpirsky/twig-gettext-extractor/phpunit.xml.dist
vendored
Normal file
14
vendor/umpirsky/twig-gettext-extractor/phpunit.xml.dist
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user