public static function dfpGlobalsTest::getInfo in Doubleclick for Publishers (DFP) 7
Same name and namespace in other branches
- 7.2 tests/dfp.test \dfpGlobalsTest::getInfo()
Implements getInfo().
File
- tests/
dfp_globals.test, line 12 - Globals test file for DFP module.
Class
- dfpGlobalsTest
- @file Globals test file for DFP module.
Code
public static function getInfo() {
return array(
'name' => t('Global DFP Tag Settings'),
'description' => t('Tests for the settings defined in admin/structure/dfp_ads/settings.'),
'group' => t('DFP'),
);
}