public function TestRemoteManager::resetRemoteInfos in Entity Share 8.3
Clear the remote info caching.
This is useful if it is needed to emulate a runtime change of remote.
File
- modules/
entity_share_client/ tests/ modules/ entity_share_client_remote_manager_test/ src/ Service/ TestRemoteManager.php, line 76
Class
- TestRemoteManager
- Service that allows to emulate another website in tests.
Namespace
Drupal\entity_share_client_remote_manager_test\ServiceCode
public function resetRemoteInfos() {
$this->remoteInfos = [];
}