PhpBench\Model\Benchmark::getSuite PHP Method

getSuite() public method

Return the suite to which this benchmark belongs.
public getSuite ( ) : Suite
return Suite
    public function getSuite()
    {
        return $this->suite;
    }