8000 Actually remove the test for now · jrtkcoder/phpredis@a568029 · GitHub
[go: up one dir, main page]

Skip to content

Commit a568029

Browse files
Actually remove the test for now
1 parent a7122c3 commit a568029

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/TestRedis.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,6 @@ public function testIncr()
366366
$this->redis->incrBy('key', -1);
367367
$this->assertEquals(8, (int)$this->redis->get('key'));
368368

369-
$this->redis->incrBy('key', 40000000000);
370-
$this->assertEquals("40000000008", $this->redis->get('key'));
371-
372369
$this->redis->delete('key');
373370

374371
$this->redis->set('key', 'abc');

0 commit comments

Comments
 (0)
0