public static function LegalScrollBoxDisplayTestCase::getInfo in Legal 7
Same name and namespace in other branches
- 6.8 legal.test \LegalScrollBoxDisplayTestCase::getInfo()
- 7.2 legal.test \LegalScrollBoxDisplayTestCase::getInfo()
File
- ./
legal.test, line 161 - Tests for Legal module.
Class
- LegalScrollBoxDisplayTestCase
- Test Scroll Box Display.
Code
public static function getInfo() {
return array(
'name' => 'Scroll Box Display',
'description' => 'Change display option to Scroll Box and check if display is behaves correctly.',
'group' => 'Legal',
);
}