You are here

public static function BreakpointMultipliersTestCase::getInfo in Breakpoints 7

File

./breakpoints.test, line 793
Tests for breakpoints.module

Class

BreakpointMultipliersTestCase
Test breakpoint multipliers.

Code

public static function getInfo() {
  return array(
    'name' => 'Breakpoint Multiplier functionality',
    'description' => 'Thoroughly test the breakpoint multiplier functionality (CRUD).',
    'group' => 'Breakpoints',
  );
}