_generated\FunctionalTesterActions::dontSeeInThisFile PHP Method

dontSeeInThisFile() public method

Checks If opened file doesn't contain text in it php openFile('composer.json'); $I->dontSeeInThisFile('codeception/codeception'); ?>
See also: Codeception\Module\Filesystem::dontSeeInThisFile()
public dontSeeInThisFile ( $text )
$text
    public function dontSeeInThisFile($text)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Assertion('dontSeeInThisFile', func_get_args()));
    }
FunctionalTesterActions