You are here

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

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

Implements getInfo().

File

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

Class

dfpDisplayTagTest

Code

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