_generated\FunctionalTesterActions::canSeePageNotFound PHP 메소드

canSeePageNotFound() 공개 메소드

Asserts that current page has 404 response status code. Conditional Assertion: Test won't be stopped on fail
또한 보기: Codeception\Lib\InnerBrowser::seePageNotFound()
public canSeePageNotFound ( )
    public function canSeePageNotFound()
    {
        return $this->getScenario()->runStep(new \Codeception\Step\ConditionalAssertion('seePageNotFound', func_get_args()));
    }
FunctionalTesterActions