You are here

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

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

Implements getInfo().

File

tests/dfp_ads.test, line 12
Ads test file for DFP module.

Class

dfpAdTestTest
@file Ads test file for DFP module.

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'),
  );
}