Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLEDfan <tobia@ledfan.be>2016-01-17 17:01:39 +0300
committerLEDfan <tobia@ledfan.be>2016-01-17 17:01:39 +0300
commit8adfd8e5162328af17fd1a9c0168c0f58ad2e717 (patch)
treec1172b11a307f0b19040ab1aa3b8e724e4a20b7a /phpunit.xml
parent82350784ccf3a1bbe31be8d2679835399af30e56 (diff)
Fix travis for HHVM
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit.xml b/phpunit.xml
index 8cb6251..5f669ce 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -5,8 +5,11 @@
</testsuite>
</testsuites>
<filter>
- <whitelist processUncoveredFilesFromWhitelist="true">
- <directory suffix=".php">lib</directory>
- </whitelist>
+ <whitelist processUncoveredFilesFromWhitelist="true">
+ <directory suffix=".php">lib</directory>
+ <exclude>
+ <directory suffix=".php">lib/db</directory>
+ </exclude>
+ </whitelist>
</filter>
</phpunit> \ No newline at end of file