Lavoiesl\PhpBenchmark\CommandTest::__construct PHP Method

__construct() public method

public __construct ( $name, $cmd )
    public function __construct($name, $cmd)
    {
        parent::__construct($name);
        $this->execute = $cmd;
    }