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

github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2015-05-07 20:01:05 +0300
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2015-05-07 20:01:05 +0300
commite05ab175101607ce066bf9db87ffcffce2c24cd2 (patch)
tree2ea615ffa262bc569409ef49d8f6b104e8369cb0 /tests
parente2cdec6707ba3d3bc0f5a2c0d5f7f9234636f63d (diff)
Remove deprecated strict declaration
Diffstat (limited to 'tests')
-rw-r--r--tests/phpunit.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index f734123..4efb4f0 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<phpunit bootstrap="bootstrap.php"
- strict="true"
verbose="true"
timeoutForSmallTests="900"
timeoutForMediumTests="900"