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

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

Checks If opened file doesn't contain text in it php openFile('composer.json'); $I->dontSeeInThisFile('codeception/codeception'); ?>
См. также: 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