add option to specify config file
[bdrem.git] / tests / phpunit.xml
1 <?xml version="1.0" encoding="utf-8" ?>
2 <phpunit strict="true" colors="true" bootstrap="bootstrap.php">
3  <filter>
4   <whitelist addUncoveredFilesFromWhitelist="false">
5    <directory suffix=".php">../src/</directory>
6   </whitelist>
7  </filter>
8 </phpunit>