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

iMergeTheEnvironment() public method

public iMergeTheEnvironment ( [string] $from_env, [string] $to_env, [string] $site ) : [void]
$from_env [string]
$to_env [string]
$site [string]
return [void]
    public function iMergeTheEnvironment($from_env, $to_env, $site)
    {
        $this->setTestStatus('pending');
    }