nextcloud-memento/ phpunit.integration.xml
8 lines
217 B

  1. <phpunit bootstrap="tests/bootstrap.php" colors="true">
  2. <testsuites>
  3. <testsuite name="integration">
  4. <directory>./tests/Integration</directory>
  5. </testsuite>
  6. </testsuites>
  7. </phpunit>