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