Welcome to mirror list, hosted at ThFree Co, Russian Federation.

phpunit.xml - github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 82c96d6c21e4a1b3c37158dcf3ac5d7eedfff3a7 (plain)
1
2
3
4
5
6
7
<phpunit bootstrap="tests/bootstrap.php" colors="true">
    <testsuites>
        <testsuite name="unit">
            <directory>./tests/Unit</directory>
        </testsuite>
    </testsuites>
</phpunit>