diff --git a/core/modules/block/tests/lib/Drupal/block/Tests/Plugin/views/display/BlockTest.php b/core/modules/block/tests/lib/Drupal/block/Tests/Plugin/views/display/BlockTest.php index 6b6c720..837308d 100644 --- a/core/modules/block/tests/lib/Drupal/block/Tests/Plugin/views/display/BlockTest.php +++ b/core/modules/block/tests/lib/Drupal/block/Tests/Plugin/views/display/BlockTest.php @@ -37,6 +37,14 @@ class BlockTest extends UnitTestCase { */ protected $blockDisplay; + public static function getInfo() { + return array( + 'name' => ' Views: Display Block', + 'description' => 'Tests the block display plugin.', + 'group' => 'Views module integration', + ); + } + /** * {@inheritdoc} */