public static function BreakpointGroupCrudTest::getInfo in Breakpoints 8
Drupal\simpletest\WebTestBase\getInfo().
File
- lib/
Drupal/ breakpoint/ Tests/ BreakpointGroupCrudTest.php, line 21 - Definition of Drupal\breakpoint\Tests\BreakpointGroupCrudTest.
Class
- BreakpointGroupCrudTest
- Tests for breakpoint group CRUD operations.
Namespace
Drupal\breakpoint\TestsCode
public static function getInfo() {
return array(
'name' => 'Breakpoint group CRUD operations',
'description' => 'Test creation, loading, updating, deleting of breakpoint groups.',
'group' => 'Breakpoint',
);
}