summaryrefslogtreecommitdiff
path: root/tests/phpunit.xml
blob: a1dc20810493c7095c8d40d81ee2992c03727dfd (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8" ?>
<phpunit strict="true" colors="true" bootstrap="bootstrap.php">
 <filter>
  <whitelist addUncoveredFilesFromWhitelist="false">
   <directory suffix=".php">../src/</directory>
  </whitelist>
 </filter>
</phpunit>