1
0
Fork 0

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

pull/610/head
Declspeck 2018-02-25 22:07:10 +02:00 committed by Felix Becker
parent 7686117d3d
commit cd65640427
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";