8000 Use old style array declaration · chenyongze/phpredis@f5d9ac2 · GitHub
[go: up one dir, main page]

Skip to content

Commit f5d9ac2

Browse files
Use old style array declaration
1 parent bd16da6 commit f5d9ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestRedis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
echo "\n".($useIndex?"WITH":"WITHOUT"). " per-node index:\n";
4949

5050
/* The various RedisArray subtests we can run */
51-
$arr_ra_tests = ['Redis_Array_Test', 'Redis_Rehashing_Test', 'Redis_Auto_Rehashing_Test', 'Redis_Multi_Exec_Test', 'Redis_Distributor_Test'];
51+
$arr_ra_tests = Array('Redis_Array_Test', 'Redis_Rehashing_Test', 'Redis_Auto_Rehashing_Test', 'Redis_Multi_Exec_Test', 'Redis_Distributor_Test');
5252
foreach ($arr_ra_tests as $str_test) {
5353
/* Run until we encounter a failure */
5454
if (run_tests($str_test, $str_filter, $str_host) != 0) {

0 commit comments

Comments
 (0)
0