_generated\AcceptanceTesterActions::seeInSource PHP Method

seeInSource() public method

Checks that the current page contains the given string in its raw source code. php seeInSource('

Green eggs & ham

');
See also: Codeception\Module\WebDriver::seeInSource()
public seeInSource ( $raw )
$raw
    public function seeInSource($raw)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Assertion('seeInSource', func_get_args()));
    }
AcceptanceTesterActions