Projekt

Obecné

Profil

Stáhnout (265 Bajtů) Statistiky
| Větev: | Revize:
1 cb15593b Cajova-Houba
<?xml version="1.0" encoding="UTF-8"?>
2
3
<phpunit
4
    bootstrap="vendor/autoload.php"
5
    colors="true"
6
>
7
    <testsuites>
8
        <testsuite name="Faker Test Suite">
9
            <directory>./test/Faker/</directory>
10
        </testsuite>
11
    </testsuites>
12
</phpunit>