diff --git a/core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php b/core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php index 8ea7cd8..3a120c8 100644 --- a/core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php +++ b/core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php @@ -34,6 +34,14 @@ class HookDiscoveryTest extends UnitTestCase { */ protected $hookDiscovery; + public static function getInfo() { + return array( + 'name' => 'Hook Discovery', + 'description' => 'Tests the hook plugin discovery class.', + 'group' => 'Plugin', + ); + } + /** * {@inheritdoc} */