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