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

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/nelexa/zip/phpunit.xml')
-rw-r--r--vendor/nelexa/zip/phpunit.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/vendor/nelexa/zip/phpunit.xml b/vendor/nelexa/zip/phpunit.xml
new file mode 100644
index 0000000..c69aee3
--- /dev/null
+++ b/vendor/nelexa/zip/phpunit.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8" ?>
+
+<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.8/phpunit.xsd"
+ backupGlobals="false"
+ colors="true"
+ bootstrap="vendor/autoload.php">
+ <php>
+ <ini name="error_reporting" value="-1"/>
+ </php>
+
+ <testsuites>
+ <testsuite name="PhpZip test suite">
+ <directory>tests</directory>
+ </testsuite>
+ </testsuites>
+
+ <filter>
+ <whitelist>
+ <directory>src</directory>
+ </whitelist>
+ </filter>
+</phpunit> \ No newline at end of file