aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/umpirsky/twig-gettext-extractor/phpunit.xml.dist
blob: 56fdc6b0c59d78577dd6a370ef90714ae6d449d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>