You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
481 B

4 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
  4. backupGlobals="false"
  5. colors="true"
  6. bootstrap="vendor/autoload.php"
  7. verbose="true"
  8. >
  9. <testsuites>
  10. <testsuite name="drupal-composer-project tests">
  11. <directory>./test/</directory>
  12. </testsuite>
  13. </testsuites>
  14. </phpunit>