_generated\AcceptanceTesterActions::seeResponseIsJson PHP Method

seeResponseIsJson() public method

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