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