1
0
Fork 0

test(performance): don't eat exceptions during benchmark

pull/616/head v5.3.7
Declspeck 2018-02-25 22:07:10 +02:00 committed by Felix Becker
parent b412c125a4
commit e10896f905
1 changed files with 1 additions and 5 deletions

View File

@ -51,11 +51,7 @@ foreach($frameworks as $framework) {
$definitionResolver = new DefinitionResolver($index);
$parser = new PhpParser\Parser();
try {
$document = new PhpDocument($testCaseFile, $fileContents, $index, $parser, $docBlockFactory, $definitionResolver);
} catch (\Throwable $e) {
continue;
}
}
echo "------------------------------\n";