public function TestRemoteManager::resetResponseMapping in Entity Share 8.3
Clear the response mapping.
This is useful if it is needed to emulate a runtime change of content on server.
File
- modules/
entity_share_client/ tests/ modules/ entity_share_client_remote_manager_test/ src/ Service/ TestRemoteManager.php, line 47
Class
- TestRemoteManager
- Service that allows to emulate another website in tests.
Namespace
Drupal\entity_share_client_remote_manager_test\ServiceCode
public function resetResponseMapping() {
$this->responseMapping = [];
}