move "additional options" button in the middle, and make it not so visible
[phorkie.git] / tests / phpunit.xml
1 <phpunit strict="true" colors="true" bootstrap="../src/phorkie/autoload.php" backupGlobals="true">
2  <php>
3   <includePath>../src/</includePath>
4  </php>
5  <filter>
6   <whitelist addUncoveredFilesFromWhitelist="true">
7    <directory suffix=".php">../src/</directory>
8   </whitelist>
9  </filter>
10 </phpunit>