_generated\TestGuyActions::deleteFile PHP Method

deleteFile() public method

Deletes a file php deleteFile('composer.lock'); ?>
See also: Codeception\Module\Filesystem::deleteFile()
public deleteFile ( $filename )
$filename
    public function deleteFile($filename)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Action('deleteFile', func_get_args()));
    }
TestGuyActions