You are here

function LegalScrollBoxDisplayTestCase::getInfo in Legal 7.2

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

File

./legal.test, line 172
Tests for Legal module.

Class

LegalScrollBoxDisplayTestCase
Test Scroll Box Display.

Code

function getInfo() {
  return array(
    'name' => 'Scroll Box Display',
    'description' => 'Change display option to Scroll Box and check if display is behaves correctly.',
    'group' => 'Legal',
  );
}