コード例 #1
0
ファイル: ParserTest.php プロジェクト: reinvanoyen/aegis
 public function testGetScopeShouldThrowError()
 {
     $this->expectException(Aegis\AegisError::class);
     $parser = new Parser();
     $parser->getScope();
 }