예제 #1
0
파일: TestCase.php 프로젝트: J3FF3/Rediska
 protected function tearDown()
 {
     $this->rediska->flushDb(true);
     foreach ($this->rediska->getConnections() as $connection) {
         $connection->disconnect();
     }
     $this->rediska = null;
 }