예제 #1
0
파일: Set.php 프로젝트: utachkin/Rediska
 public function testOffsetSet()
 {
     $this->set[] = 123;
     $reply = $this->rediska->existsInSet('test', 123);
     $this->assertTrue($reply);
 }