Eris\PHPUnitCommand::__construct PHP Method

__construct() private method

private __construct ( $seed, $name )
    private function __construct($seed, $name)
    {
        $this->seed = $seed;
        $this->name = $name;
    }