コード例 #1
0
 public function testCloseSession()
 {
     $this->memcache->expects($this->once())->method('close')->will($this->returnValue(true));
     $this->assertTrue($this->storage->close());
 }
コード例 #2
0
 public function testCloseSession()
 {
     $this->assertTrue($this->storage->close());
 }