You are here

public static function BreakpointGroupAdminTestCase::getInfo in Breakpoints 7

File

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

Class

BreakpointGroupAdminTestCase
Tests for breakpoint groups admin interface.

Code

public static function getInfo() {
  return array(
    'name' => 'Breakpoint Group administration functionality',
    'description' => 'Thoroughly test the administrative interface of the breakpoints module.',
    'group' => 'Breakpoints',
  );
}