Dashboard sipadu mbip
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.

phpunit.xml.dist 315B

123456789101112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <phpunit backupGlobals="false" colors="true" bootstrap="vendor/autoload.php">
  3. <testsuite name="PsySH">
  4. <directory suffix="Test.php">./test</directory>
  5. </testsuite>
  6. <filter>
  7. <whitelist>
  8. <directory suffix=".php">./src</directory>
  9. </whitelist>
  10. </filter>
  11. </phpunit>