PhpBench\Storage\DriverInterface::fetch PHP Method

fetch() public method

If no suite is found an exception will be thrown.
public fetch ( integer $runId ) : SuiteCollection
$runId integer
return PhpBench\Model\SuiteCollection
    public function fetch($runId);