summaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2017-12-03 12:24:28 +0000
committerGitHub <[email protected]>2017-12-03 12:24:28 +0000
commit0d02e2916d1659bb79426969c5d48848ff402598 (patch)
tree043f85fe97b68d24027bb067029ab6e3b7cb627d /phpunit.xml
parentbbf6068a6440c2390956993a6845952a02219722 (diff)
parent62deed54da3c5248e5d8ac13805c0d1c0d2bf1d6 (diff)
Merge pull request #33 from andreskrey/v1.0
v1.0
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/phpunit.xml b/phpunit.xml
index c31223d..291085a 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -8,4 +8,9 @@
<directory>./test/</directory>
</testsuite>
</testsuites>
-</phpunit> \ No newline at end of file
+ <filter>
+ <whitelist>
+ <directory suffix=".php">src/</directory>
+ </whitelist>
+ </filter>
+</phpunit>