diff --git a/core/tests/Drupal/Tests/Core/Render/ElementInfoTest.php b/core/tests/Drupal/Tests/Core/Render/ElementInfoTest.php index db19d59..7f9a093 100644 --- a/core/tests/Drupal/Tests/Core/Render/ElementInfoTest.php +++ b/core/tests/Drupal/Tests/Core/Render/ElementInfoTest.php @@ -31,7 +31,16 @@ class ElementInfoTest extends UnitTestCase { */ protected $moduleHandler; - + /** + * {@inheritdoc} + */ + public static function getInfo() { + return array( + 'name' => 'Tests \Drupal\Core\Render\ElementInfo', + 'description' => '', + 'group' => 'Render', + ); + } /** * {@inheritdoc} @@ -117,5 +126,4 @@ function ($alter_name, array &$info) { return $data; } - -} +}