You are here

public static function dfpAdCategoriesTest::getInfo in Doubleclick for Publishers (DFP) 7.2

Same name and namespace in other branches
  1. 7 tests/dfp_ad_categories.test \dfpAdCategoriesTest::getInfo()

Implements getInfo().

File

tests/dfp.test, line 297
Test file for DFP module.

Class

dfpAdCategoriesTest

Code

public static function getInfo() {
  return array(
    'name' => t('DFP Ad Categories'),
    'description' => t('Tests the functionaility of DFP ad categories.'),
    'group' => t('DFP'),
  );
}