You are here

protected property RESTTestBase::$responseBody in Drupal 8

The raw response body from http request operations.

Type: array

File

core/modules/rest/src/Tests/RESTTestBase.php, line 67

Class

RESTTestBase
Test helper class that provides a REST client method to send HTTP requests.

Namespace

Drupal\rest\Tests

Code

protected $responseBody;