コード例 #1
0
ファイル: ErrorTest.php プロジェクト: esperecyan/webidl
 public function testGetCode()
 {
     $this->assertSame('Error', $this->object->getCode());
 }