_generated\TestGuyActions::dontSeeFileFound PHP Method

dontSeeFileFound() public method

Checks if file does not exist in path
See also: Codeception\Module\Filesystem::dontSeeFileFound()
public dontSeeFileFound ( $filename, string $path = null )
$filename
$path string
    public function dontSeeFileFound($filename, $path = null)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Assertion('dontSeeFileFound', func_get_args()));
    }
TestGuyActions