_generated\TestGuyActions::seeThisFileMatches PHP Method

seeThisFileMatches() public method

Checks that contents of currently opened file matches $regex
See also: Codeception\Module\Filesystem::seeThisFileMatches()
public seeThisFileMatches ( $regex )
$regex
    public function seeThisFileMatches($regex)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Assertion('seeThisFileMatches', func_get_args()));
    }
TestGuyActions