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