_generated\FunctionalTesterActions::seeThisFileMatches PHP Метод

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

Checks that contents of currently opened file matches $regex
См. также: Codeception\Module\Filesystem::seeThisFileMatches()
public seeThisFileMatches ( $regex )
$regex
    public function seeThisFileMatches($regex)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Assertion('seeThisFileMatches', func_get_args()));
    }
FunctionalTesterActions