public static function BlazyTest::getInfo in Blazy 7
Provides info for the UI.
File
- tests/
Blazy.test, line 42
Class
- BlazyTest
- Tests the Blazy configuration options and permission controls.
Code
public static function getInfo() {
// Note: getInfo() strings are not translated with t().
return [
'name' => 'Blazy tests',
'description' => 'Tests the Blazy PSR-4, configuration and permission controls.',
'group' => 'Blazy',
];
}