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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--composer.json2
-rw-r--r--composer.lock2
-rw-r--r--tests/PHPUnit/phpunit.xml.dist5
3 files changed, 5 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 4347967b19..61397de411 100644
--- a/composer.json
+++ b/composer.json
@@ -28,6 +28,6 @@
"piwik/device-detector": "2.*"
},
"require-dev": {
- "phpunit/phpunit": "4.*"
+ "phpunit/phpunit": "~4.1"
}
}
diff --git a/composer.lock b/composer.lock
index aa25e6356e..d8f75e7be3 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "016b7b6646d1d3ec6d8b574b5a6c5561",
+ "hash": "a369c506837f7af17cd3258c889e3b57",
"packages": [
{
"name": "leafo/lessphp",
diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist
index 6b13b5dcae..d344206dd2 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
-<phpunit backupGlobals="true"
+<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
+ backupGlobals="true"
backupStaticAttributes="false"
bootstrap="bootstrap.php"
colors="false"
@@ -14,7 +16,6 @@
stopOnFailure="false"
stopOnIncomplete="false"
stopOnSkipped="false"
- syntaxCheck="false"
strict="false"
verbose="true">