You are here

public static function GTMBaseTestCase::getInfo in GoogleTagManager 7.2

Same name and namespace in other branches
  1. 7 tests/google_tag.base.test \GTMBaseTestCase::getInfo()
2 methods override GTMBaseTestCase::getInfo()
GTMNoRealmTestCase::getInfo in tests/google_tag.norealm.test
GTMRealmTestCase::getInfo in tests/google_tag.realm.test

File

tests/google_tag.base.test, line 33

Class

GTMBaseTestCase
Tests the Google Tag Manager.

Code

public static function getInfo() {
  return array(
    'name' => 'Google Tag Manager :: Base',
    'description' => 'Tests the Google Tag Manager [do NOT select this: no tests]',
    'group' => 'Google tag',
  );
}