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.
 
 
 
 
 
 

12 lines
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>