public static function RowUITest::getInfo

File

drupal/core/modules/views/lib/Drupal/views/Tests/UI/RowUITest.php, line 24
Definition of Drupal\views\Tests\UI\RowUITest.

Class

RowUITest
Tests the UI of row plugins.

Namespace

Drupal\views\Tests\UI

Code

public static function getInfo() {
  return array(
    'name' => 'Row: UI',
    'description' => 'Tests the UI of row plugins.',
    'group' => 'Views UI',
  );
}