public static function DependencyHookInvocationTest::getInfo

File

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

Class

DependencyHookInvocationTest
Tests the invocation of hook_update_dependencies().

Namespace

Drupal\system\Tests\Update

Code

public static function getInfo() {
  return array(
    'name' => 'Update dependency hook invocation',
    'description' => 'Test that the hook invocation for determining update dependencies works correctly.',
    'group' => 'Update API',
  );
}