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

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