1
0
Fork 0

Catch all errors in perf test

pull/357/head
Sara Itani 2017-04-10 21:58:33 -07:00
parent 219c018ab2
commit e6ba591e95
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }
} }