PhpBench\Model\Suite::__construct PHP Method

__construct() public method

__construct.
public __construct ( string $contextName, DateTime $date, string $configPath = null, array $benchmarks = [], array $envInformations = [], $uuid = null )
$contextName string
$date DateTime
$configPath string
$benchmarks array
$envInformations array
    public function __construct($contextName, \DateTime $date, $configPath = null, array $benchmarks = [], array $envInformations = [], $uuid = null)
    {
        $this->contextName = $contextName;
        $this->date = $date;
        $this->configPath = $configPath;
        $this->envInformations = $envInformations;
        $this->benchmarks = $benchmarks;
        $this->uuid = $uuid;
    }