You are here

static function ServicesClientPluginsTestCase::getInfo in Services Client 7.2

File

tests/plugin.test, line 10
Rules tests.

Class

ServicesClientPluginsTestCase
@file Rules tests.

Code

static function getInfo() {
  return array(
    'name' => 'Plugins unit tests',
    'description' => 'Basic plugin unit testing',
    'group' => 'Services Client',
  );
}