From 8e4f78eaac98a4650212aa50bb112e55944113b7 Mon Sep 17 00:00:00 2001
From: Matthieu Napoli <matthieu@mnapoli.fr>
Date: Fri, 5 Jun 2015 16:55:06 +0200
Subject: [PATCH] Remove the deprecated strict option in phpunit config

---
 tests/PHPUnit/phpunit.xml.dist | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist
index 0a03dd9846..81bfcc00ff 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -16,7 +16,6 @@
          stopOnFailure="false"
          stopOnIncomplete="false"
          stopOnSkipped="false"
-         strict="false"
          verbose="true">
 
 <testsuites>
-- 
GitLab