public static function BreakpointMediaQueryTest::getInfo in Breakpoints 8
Drupal\simpletest\WebTestBase\getInfo().
File
- lib/
Drupal/ breakpoint/ Tests/ BreakpointMediaQueryTest.php, line 21 - Definition of Drupal\breakpoint\Tests\BreakpointMediaQueryTest.
Class
- BreakpointMediaQueryTest
- Tests for media queries in a breakpoint.
Namespace
Drupal\breakpoint\TestsCode
public static function getInfo() {
return array(
'name' => 'Breakpoint media query tests',
'description' => 'Test validation of media queries.',
'group' => 'Breakpoint',
);
}