public static function ShutdownFunctionsTest::getInfo

File

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

Class

ShutdownFunctionsTest
Functional tests shutdown functions.

Namespace

Drupal\system\Tests\System

Code

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