_generated\TestGuyActions::dontSeeFileFound PHP Метод

dontSeeFileFound() публичный метод

Checks if file does not exist in path
См. также: 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