public static function ShutdownFunctionsTest::getInfo

File

drupal/modules/system/system.test, line 2689
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',
  );
}