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

phpunit.integration.xml « tests - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2d3e9b124e59b1ae136dc53d54ed7c92958835bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="bootstrap.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
  <coverage>
    <include>
      <directory suffix=".php">../lib</directory>
    </include>
  </coverage>
  <testsuites>
    <testsuite name="integration">
      <directory>./Integration</directory>
    </testsuite>
  </testsuites>
</phpunit>