You are here

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

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

Implements getInfo().

File

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

Class

dfpAdTestTest

Code

public static function getInfo() {
  return array(
    'name' => t('Displaying AdTest DFP Tags'),
    'description' => t('Tests for displaying overridden DFP tags for ad test purposes.'),
    'group' => t('DFP'),
  );
}