public static function ShutdownFunctionsTest::getInfo
7.x system.test | public static ShutdownFunctionsTest::getInfo() |
File
- drupal-7.x/
modules/ system/ system.test, line 2457 - 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',
);
}