Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53fb36c

Browse files
Remove additional TYPE test
1 parent 544e641 commit 53fb36c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/RedisTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4999,13 +4999,6 @@ public function testScan() {
49994999
$this->assertEquals($arr_vals, $arr_resp);
50005000
}
50015001
}
5002-
5003-
// Make sure only lists come back even without a pattern or count
5004-
$it = NULL;
5005-
$arr_scan = $this->redis->scan($it, NULL, NULL, "LIST");
5006-
foreach ($arr_scan as $str_key) {
5007-
$this->assertEquals($this->redis->type($str_key), Redis::REDIS_LIST);
5008-
}
50095002
}
50105003

50115004
}

0 commit comments

Comments
 (0)