コード例 #1
0
ファイル: SessionConfigTest.php プロジェクト: haoyanfei/zf2
 public function testSettingInvalidSerializeHandlerRaisesException()
 {
     $this->setExpectedException('Zend\\Session\\Exception\\InvalidArgumentException', 'Invalid serialize handler specified');
     $this->config->setSerializeHandler('foobar_bogus');
 }