_generated\TestGuyActions::writeToFile PHP Method

writeToFile() public method

Saves contents to file
See also: Codeception\Module\Filesystem::writeToFile()
public writeToFile ( $filename, $contents )
$filename
$contents
    public function writeToFile($filename, $contents)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Action('writeToFile', func_get_args()));
    }
TestGuyActions