_generated\AcceptanceTesterActions::seeResponseIsJson PHP Метод

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

Checks whether last response was valid JSON. This is done with json_last_error function.
См. также: Codeception\Module\REST::seeResponseIsJson()
public seeResponseIsJson ( )
    public function seeResponseIsJson()
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Assertion('seeResponseIsJson', func_get_args()));
    }
AcceptanceTesterActions