Exemplo n.º 1
0
 public function testDefFinalAbstractFunctionException()
 {
     $this->expectException(\InvalidArgumentException::class);
     $this->generator->defFinal()->defAbstract()->code();
 }