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

phpunit.xml - github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 783af304382e33f22019dd86fa7eccfd287686aa (plain)
1
2
3
4
5
6
7
<phpunit bootstrap="../../lib/base.php">
    <testsuites>
        <testsuite name="unit">
            <directory>./tests/unit</directory>
        </testsuite>
    </testsuites>
</phpunit>