public static function BreakpointsThemeTestCase::getInfo in Breakpoints 7
File
- ./
breakpoints.test, line 724 - Tests for breakpoints.module
Class
- BreakpointsThemeTestCase
- Test breakpoints provided by themes.
Code
public static function getInfo() {
return array(
'name' => 'Breakpoint Theme functionality',
'description' => 'Thoroughly test the breakpoints provided by a theme.',
'group' => 'Breakpoints',
);
}