public static function PatternsToolbarTestCase::getInfo in Patterns 7.2
Same name and namespace in other branches
- 7 tests/toolbar/toolbar.test \PatternsToolbarTestCase::getInfo()
File
- tests/
toolbar/ toolbar.test, line 12 - SimpleTests for the Toolbar component of Patterns.
Class
- PatternsToolbarTestCase
- @file SimpleTests for the Toolbar component of Patterns.
Code
public static function getInfo() {
return array(
'name' => 'toolbar component',
'description' => 'Tests toolbar pattern',
'group' => 'Patterns',
);
}