'validLines' => '4476',
],
],
],
$coverageReport['js'
]);
} /**
* @param mixed[] $parameters
*/
private function runCommand(array
$parameters): string
{ $getClassesCommand =
new SummarizeCoverageReports($this->
getProjectDir(),
new Environment(new ArrayLoader()));
$definition =
$getClassesCommand->
getDefinition();
$input =
new ArrayInput( $parameters,
$definition );
$input->
getOptions();
$output =
new BufferedOutput();
$refMethod = ReflectionHelper::
getMethod(SummarizeCoverageReports::
class, 'execute'
);
$refMethod->
invoke($getClassesCommand,
$input,
$output);