You are here

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

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

Implements getInfo().

File

tests/dfp_unit.test, line 23
Unit test file for DFP module.

Class

DFPUnitTest
@file Unit test file for DFP module.

Code

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