public static function StyleUITest::getInfo

File

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

Class

StyleUITest
Tests the UI of style plugins.

Namespace

Drupal\views\Tests\UI

Code

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