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

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Held <ilovemilk@wusa.io>2018-06-18 15:14:17 +0300
committerMatthias Held <ilovemilk@wusa.io>2018-06-18 15:14:17 +0300
commit0d4208bd4934d83654fc3893867b2557546b404a (patch)
treeb6db2416bb0da30e119fdf8ff2120dea7d086481 /phpunit.integration.xml
parent7a756a94ab887209f7ad7ffc6a01e2d16d01bfd4 (diff)
Add Nextcloud application
Diffstat (limited to 'phpunit.integration.xml')
-rw-r--r--phpunit.integration.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/phpunit.integration.xml b/phpunit.integration.xml
new file mode 100644
index 0000000..7c99443
--- /dev/null
+++ b/phpunit.integration.xml
@@ -0,0 +1,13 @@
+<phpunit bootstrap="tests/bootstrap.php" colors="true">
+ <testsuites>
+ <testsuite name="integration">
+ <directory>./tests/Integration</directory>
+ </testsuite>
+ </testsuites>
+ <!-- filters for code coverage -->
+ <filter>
+ <whitelist processUncoveredFilesFromWhitelist="true">
+ <directory suffix=".php">./lib/Db/</directory>
+ </whitelist>
+ </filter>
+</phpunit>