コード例 #1
0
 public function testOpenSession()
 {
     $this->assertTrue($this->storage->open('', ''));
 }
コード例 #2
0
 public function testOpenSession()
 {
     $this->memcached->expects($this->atLeastOnce())->method('addServers')->will($this->returnValue(true));
     $this->assertTrue($this->storage->open('', ''));
 }