You are here

public static function ServicesHistoricalTestCase::getInfo in Services Tools 7.3

Same name in this branch
  1. 7.3 services_historical/services_historical.test \ServicesHistoricalTestCase::getInfo()
  2. 7.3 services_historical/services_tools_example/services_tools_example.test \ServicesHistoricalTestCase::getInfo()

Test information.

File

services_historical/services_tools_example/services_tools_example.test, line 13
Provide test for services_historical functionality.

Class

ServicesHistoricalTestCase
@file Provide test for services_historical functionality.

Code

public static function getInfo() {
  return array(
    'name' => 'Historical',
    'description' => 'Ensure the services_historical properly versions a service.',
    'group' => 'Services',
  );
}