Dashboard sipadu mbip
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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>