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

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