You are here

protected function ServicesClientBaseWebTestCase::cancelEventConfiguration in Services Client 7.2

Cancel event configuration. Cancel any configuration from object cache.

Parameters

ServicesClientEvent $event: Event that should be saved.

File

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

Class

ServicesClientBaseWebTestCase
@file Tests for the Administration menu module.

Code

protected function cancelEventConfiguration($event) {
  $this
    ->drupalPost($event
    ->getHandler()
    ->getUrl('configure'), array(), "Cancel");
}