public static function GTMBaseTestCase::getInfo in GoogleTagManager 7
Same name and namespace in other branches
- 7.2 tests/google_tag.base.test \GTMBaseTestCase::getInfo()
2 methods override GTMBaseTestCase::getInfo()
File
- tests/
google_tag.base.test, line 26
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',
);
}