mirror of
https://github.com/php-win-ext/phpredis.git
synced 2026-04-28 19:23:12 +02:00
PHPREDIS-37: Disabled error_reporting for session tests, to avoid failing tests caused by correct thrown warnings/notices
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
error_reporting(0);
|
||||
|
||||
$redisHost = $argv[1];
|
||||
$sessionId = $argv[2];
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
error_reporting(0);
|
||||
|
||||
$redisHost = $argv[1];
|
||||
$sessionId = $argv[2];
|
||||
$sleepTime = $argv[3];
|
||||
|
||||
Reference in New Issue
Block a user