public static function BreakpointGroupAPITest::getInfo in Breakpoints 8
Drupal\simpletest\WebTestBase\getInfo().
File
- lib/
Drupal/ breakpoint/ Tests/ BreakpointGroupAPITest.php, line 24 - Definition of Drupal\breakpoint\Tests\BreakpointGroupAPITest.
Class
- BreakpointGroupAPITest
- Tests for general breakpoint group API functions.
Namespace
Drupal\breakpoint\TestsCode
public static function getInfo() {
return array(
'name' => 'Breakpoint group general API functions',
'description' => 'Test general API functions of the breakpoint module.',
'group' => 'Breakpoint',
);
}