_generated\TestGuyActions::openFile PHP Method

openFile() public method

Opens a file and stores it's content. Usage: php openFile('composer.json'); $I->seeInThisFile('codeception/codeception'); ?>
See also: Codeception\Module\Filesystem::openFile()
public openFile ( $filename )
$filename
    public function openFile($filename)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Action('openFile', func_get_args()));
    }
TestGuyActions