aboutsummaryrefslogtreecommitdiff
path: root/tests/phpunit.xml
blob: 734fa95da46e089337a8084c9f954ff98ab189f7 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8" ?>
<phpunit>
 <filter>
  <blacklist>
   <directory suffix=".php">.</directory>
  </blacklist>
 </filter>
</phpunit>