You are here

public static function Maintenance200TestCase::getInfo in Maintenance 200 7

File

./maintenance200.test, line 12
Tests functionality of the Maintenance 200 module.

Class

Maintenance200TestCase
Tests functionality of the Maintenance 200 module.

Code

public static function getInfo() {
  return array(
    'name' => 'Maintenance 200',
    'description' => 'Ensure that the Maintenance 200 module returns the selected HTTP Status when maintenance mode is enabled.',
    'group' => 'Maintenance 200',
  );
}