_generated\AcceptanceTesterActions::grabDataFromJsonResponse PHP Method

grabDataFromJsonResponse() public method

Deprecated since 2.0.9 and removed since 2.1.0
See also: Codeception\Module\REST::grabDataFromJsonResponse()
Deprecation:
public grabDataFromJsonResponse ( $path )
$path
    public function grabDataFromJsonResponse($path)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Action('grabDataFromJsonResponse', func_get_args()));
    }
AcceptanceTesterActions