PhpBench\Report\GeneratorInterface::generate PHP 메소드

generate() 공개 메소드

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
리턴 PhpBench\Dom\Document
    public function generate(SuiteCollection $collection, Config $config);
GeneratorInterface