You are here

protected property RESTTestBase::$response in Drupal 8

The last response.

Type: \Psr\Http\Message\ResponseInterface

File

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

Class

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

Namespace

Drupal\rest\Tests

Code

protected $response;