PhpBench\Report\GeneratorInterface::generate PHP Method

generate() public method

Generate the report document from the suite result document.
public generate ( SuiteCollection $collection, Config $config ) : PhpBench\Dom\Document
$collection PhpBench\Model\SuiteCollection
$config PhpBench\Registry\Config
return PhpBench\Dom\Document
    public function generate(SuiteCollection $collection, Config $config);
GeneratorInterface