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.
 
 
 
 
 
 

12 rader
312 B

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