You are here

protected function ServicesClientBaseWebTestCase::resetEventCache in Services Client 7.2

Reset ctools load cache.

2 calls to ServicesClientBaseWebTestCase::resetEventCache()
ServicesClientBaseWebTestCase::enabledEvent in tests/services_client.test
Enables event in ctools export api.
ServicesClientBaseWebTestCase::loadEvent in tests/services_client.test
Load existing event from storage.

File

tests/services_client.test, line 108
Tests for the Administration menu module.

Class

ServicesClientBaseWebTestCase
@file Tests for the Administration menu module.

Code

protected function resetEventCache() {
  ctools_export_load_object_reset('services_client_connection_event');
}