コード例 #1
0
ファイル: SetTest.php プロジェクト: versionable/common
 public function testUnserializeInvalid()
 {
     $this->setExpectedException('\\InvalidArgumentException');
     $this->object->unserialize('invalid');
 }