Catch all errors in perf test
parent
219c018ab2
commit
e6ba591e95
|
@ -68,7 +68,7 @@ foreach($frameworks as $framework) {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$document = new PhpDocument($testCaseFile, $fileContents, $index, $parser, $docBlockFactory, $definitionResolver);
|
$document = new PhpDocument($testCaseFile, $fileContents, $index, $parser, $docBlockFactory, $definitionResolver);
|
||||||
} catch (\Exception $e) {
|
} catch (\Throwable $e) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue