You are here

public static function ServicesClientHooksWebTestCase::getInfo in Services Client 7.2

File

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

Class

ServicesClientHooksWebTestCase
Base class for all administration menu web test cases.

Code

public static function getInfo() {
  return array(
    'name' => 'Hooks functionality',
    'description' => 'Tests services client hooks',
    'group' => 'Services Client',
  );
}