You are here

public static function ServicesViewsSecurityUpgradePathTest::getInfo in Services Views 7

File

tests/services_views_upgrade_path.test, line 29
Security upgrade tests for the Services Views module.

Class

ServicesViewsSecurityUpgradePathTest
Api call tests for the security upgrade from 1.2 to 1.3.

Code

public static function getInfo() {
  return array(
    'name' => 'Services Views Security Upgrade Path Test',
    'description' => 'Tests the security upgrade path from 1.2 to 1.3',
    'group' => 'Services Views',
  );
}