コード例 #1
0
 public function testSetSessionContainer()
 {
     $this->helper->setSessionContainer(new SessionContainer());
     $this->assertInstanceOf('\\Zend\\Session\\Container', $this->helper->getSessionContainer());
 }