You are here

protected property TestRemoteManager::$responseMapping in Entity Share 8.3

A mapping, URL => response, from the GET requests made.

Type: \Psr\Http\Message\ResponseInterface[]

File

modules/entity_share_client/tests/modules/entity_share_client_remote_manager_test/src/Service/TestRemoteManager.php, line 22

Class

TestRemoteManager
Service that allows to emulate another website in tests.

Namespace

Drupal\entity_share_client_remote_manager_test\Service

Code

protected $responseMapping = [];