Skip to content

Commit 6dc2405

Browse files
Add empty limit string in array-tests.php
1 parent 9f6edf8 commit 6dc2405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/array-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ function run_tests($className) {
547547
$serverList = array('localhost:6379', 'localhost:6380', 'localhost:6381', 'localhost:6382');
548548

549549
// run
550-
TestSuite::run($className);
550+
TestSuite::run($className, NULL);
551551
}
552552

553553
define('REDIS_ARRAY_DATA_SIZE', 1000);

0 commit comments

Comments
 (0)