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

phpunit.integration.xml « tests - github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 119ee7929cf2d815a9435f550ae9905d13ad1c8a (plain)
1
2
3
4
5
6
7
<phpunit bootstrap="bootstrap.php" colors="true" convertDeprecationsToExceptions="true">
    <testsuites>
        <testsuite name="integration">
            <directory>./Integration</directory>
        </testsuite>
    </testsuites>
</phpunit>