You are here

public static function BreakpointsAdminTestCase::getInfo in Breakpoints 7

File

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

Class

BreakpointsAdminTestCase
Tests for breakpoints admin interface.

Code

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