PHPREDIS-37: Disabled error_reporting for session tests, to avoid failing tests caused by correct thrown warnings/notices

This commit is contained in:
Marius Meissner
2017-11-02 14:24:51 +01:00
parent e2964295fb
commit 97e034efb0
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,4 +1,6 @@
<?php
error_reporting(0);
$redisHost = $argv[1];
$sessionId = $argv[2];
+2
View File
@@ -1,4 +1,6 @@
<?php
error_reporting(0);
$redisHost = $argv[1];
$sessionId = $argv[2];
$sleepTime = $argv[3];