_generated\TestGuyActions::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()));
    }
TestGuyActions