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