_generated\TestGuyActions::deleteFile PHP 메소드

deleteFile() 공개 메소드

Deletes a file php deleteFile('composer.lock'); ?>
또한 보기: 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