You are here

function LegalScrollBoxCSSDisplayTestCase::getInfo in Legal 7.2

Same name and namespace in other branches
  1. 6.8 legal.test \LegalScrollBoxCSSDisplayTestCase::getInfo()
  2. 7 legal.test \LegalScrollBoxCSSDisplayTestCase::getInfo()

File

./legal.test, line 209
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',
  );
}