Skip to content

Commit 00d8790

Browse files
author
Nicolas Favre-Felix
committed
Restored the *save tests.
1 parent 056b31b commit 00d8790

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/TestRedis.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,6 @@ public function testlGetRange() {
11761176
$this->assertEquals($this->redis->lGetRange('list', 0, -1), array());
11771177
}
11781178

1179-
/*
11801179
public function testsave() {
11811180
$this->assertTrue($this->redis->save() === TRUE); // don't really know how else to test this...
11821181
}
@@ -1199,7 +1198,6 @@ public function testlastSave() {
11991198

12001199
$this->assertTrue($t_php - $t_redis < 10000); // check that it's approximately what we've measured in PHP.
12011200
}
1202-
*/
12031201

12041202
public function testflushDb() {
12051203
$this->redis->set('x', 'y');

0 commit comments

Comments
 (0)