Pantheon\Terminus\FeatureTests\FeatureContext::iCloneTheEnvironment PHP Method

iCloneTheEnvironment() public method

public iCloneTheEnvironment ( [string] $from_env, [string] $to_env, [string] $site ) : [void]
$from_env [string]
$to_env [string]
$site [string]
return [void]
    public function iCloneTheEnvironment($from_env, $to_env, $site)
    {
        $this->iRun("terminus env:clone --site={$site} --from-env={$from_env} --to-env={$to_env} --yes");
    }