You are here

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

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

Implements getInfo().

File

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

Class

DFPUnitTest

Code

public static function getInfo() {
  return array(
    'name' => t('DFP Unit Tests'),
    'description' => t('Checks the integrity of certain DFP functions.'),
    'group' => t('DFP'),
  );
}