/** * @return void * @covers \pdepend\reflection\api\StaticReflectionInterface * @group reflection * @group reflection::api * @group unittest * @expectedException \ReflectionException */ public function testNewInstanceArgsThrowsNotSupportedException() { $interface = new StaticReflectionInterface(__CLASS__, ''); $interface->newInstanceArgs(); }