diff --git a/core/modules/views_ui/src/Tests/StyleTableTest.php b/core/modules/views_ui/src/Tests/StyleTableTest.php index c02745c..0cd3982 100644 --- a/core/modules/views_ui/src/Tests/StyleTableTest.php +++ b/core/modules/views_ui/src/Tests/StyleTableTest.php @@ -2,7 +2,7 @@ /** * @file - * Contains \Drupal\views\Tests\UI\StyleTableTest. + * Contains \Drupal\views_ui\Tests\StyleTableTest. */ namespace Drupal\views_ui\Tests; @@ -12,18 +12,11 @@ /** * Tests the UI of views when using the table style. * + * @group views_ui * @see \Drupal\views\Plugin\views\style\Table. */ class StyleTableTest extends UITestBase { - public static function getInfo() { - return array( - 'name' => 'Style: Table UI', - 'description' => 'Tests the UI of views when using the table style.', - 'group' => 'Views UI', - ); - } - /** * Tests created a table style view. */