public static function dfpAdCategoriesTest::getInfo in Doubleclick for Publishers (DFP) 7
Same name and namespace in other branches
- 7.2 tests/dfp.test \dfpAdCategoriesTest::getInfo()
Implements getInfo().
File
- tests/
dfp_ad_categories.test, line 12 - Ad Categories test file for DFP module.
Class
- dfpAdCategoriesTest
- @file Ad Categories test file for DFP module.
Code
public static function getInfo() {
return array(
'name' => t('DFP Ad Categories'),
'description' => t('Tests the functionality of DFP ad categories.'),
'group' => t('DFP'),
);
}