You are here

public static function GTMRealmTestCase::getInfo in GoogleTagManager 7

Same name and namespace in other branches
  1. 7.2 tests/google_tag.realm.test \GTMRealmTestCase::getInfo()

Overrides GTMBaseTestCase::getInfo

File

tests/google_tag.realm.test, line 11

Class

GTMRealmTestCase
Tests the Google Tag Manager for a site with realms.

Code

public static function getInfo() {
  return array(
    'name' => 'Google Tag Manager :: Realm',
    'description' => 'Tests the Google Tag Manager with variable realm',
    'group' => 'Google tag',
  );
}