You are here

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

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

Implements getInfo().

File

tests/dfp_display_tag.test, line 12
Display tag test file for DFP module.

Class

dfpDisplayTagTest
@file Display tag test file for DFP module.

Code

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