You are here

public static function LegalScrollBoxCSSDisplayTestCase::getInfo in Legal 7

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

File

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

Class

LegalScrollBoxCSSDisplayTestCase
Test Scroll Box CSS Display.

Code

public static 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',
  );
}