コード例 #1
0
ファイル: ConverterTest.php プロジェクト: nieldm/zf2
 public function testFromLdapUnserializeThrowsException()
 {
     $this->setExpectedException('UnexpectedValueException');
     Converter::fromLdapUnserialize('--');
 }