You are here

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

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

Implements getInfo().

File

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

Class

dfpGlobalsTest

Code

public static function getInfo() {
  return array(
    'name' => t('Gloabl DFP Tag Settings'),
    'description' => t('Tests for the settings defined in admin/structure/dfp_ads/settings.'),
    'group' => t('DFP'),
  );
}