public static function VariableTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/VariableTest.php, line 24
Definition of Drupal\system\Tests\Bootstrap\VariableTest.

Class

VariableTest
Tests variable system functions.

Namespace

Drupal\system\Tests\Bootstrap

Code

public static function getInfo() {
  return array(
    'name' => 'Variable test',
    'description' => 'Make sure the variable system functions correctly.',
    'group' => 'Bootstrap',
  );
}