public static function BreakpointGroupCRUDTestCase::getInfo in Breakpoints 7
File
- ./
breakpoints.test, line 321 - Tests for breakpoints.module
Class
- BreakpointGroupCRUDTestCase
- Tests for breakpoint group CRUD operations.
Code
public static function getInfo() {
return array(
'name' => 'Breakpoint Group CRUD operations',
'description' => 'Test creation, loading, updating, deleting of breakpoint groups.',
'group' => 'Breakpoints',
);
}