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

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