_generated\AcceptanceTesterActions::canSeeResponseIsJson PHP 메소드

canSeeResponseIsJson() 공개 메소드

Checks whether last response was valid JSON. This is done with json_last_error function.
또한 보기: Codeception\Module\REST::seeResponseIsJson()
    public function canSeeResponseIsJson()
    {
        return $this->getScenario()->runStep(new \Codeception\Step\ConditionalAssertion('seeResponseIsJson', func_get_args()));
    }
AcceptanceTesterActions