You are here

public static function GTMNoRealmTestCase::getInfo in GoogleTagManager 7

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

Overrides GTMBaseTestCase::getInfo

File

tests/google_tag.norealm.test, line 11

Class

GTMNoRealmTestCase
Tests the Google Tag Manager for a site with no realms.

Code

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