_generated\FunctionalTesterActions::cleanDir PHP Method

cleanDir() public method

Erases directory contents php cleanDir('logs'); ?>
See also: Codeception\Module\Filesystem::cleanDir()
public cleanDir ( $dirname )
$dirname
    public function cleanDir($dirname)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Action('cleanDir', func_get_args()));
    }
FunctionalTesterActions