You are here

public static function ShutdownFunctionsTest::getInfo in Drupal 7

File

modules/system/system.test, line 2713
Tests for system.module.

Class

ShutdownFunctionsTest
Functional tests shutdown functions.

Code

public static function getInfo() {
  return array(
    'name' => 'Shutdown functions',
    'description' => 'Functional tests for shutdown functions',
    'group' => 'System',
  );
}