public static function BoxIntegrationTests::getInfo in Boxes 7.2
File
- ./
boxes.test, line 256 - Tests for block.module.
Class
- BoxIntegrationTests
- Integration Tests
Code
public static function getInfo() {
return array(
'name' => 'Boxes Integration Tests',
'description' => 'Make sure everything works from the front end.',
'group' => 'Boxes',
);
}