summaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2017-12-01 21:55:25 +0000
committerAndres Rey <[email protected]>2017-12-01 21:55:25 +0000
commit3a644e0bd01215b7ac101c08f5ad6223a42888bc (patch)
tree36679ce8ecf87c7c6a6baa258321f8d852021a67 /phpunit.xml
parent8ac92a682817dff23ae5202e3f19c458b642f6fa (diff)
Add whitelist to phpunit config
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>