public static function StorageTest::getInfo

Same name in this branch

File

drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/StorageTest.php, line 31
Contains \Drupal\views_ui\tests\StorageTest.

Class

StorageTest
Tests the UI of storage properties of views.

Namespace

Drupal\views_ui\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Storage properties',
    'description' => 'Tests the UI of storage properties of views.',
    'group' => 'Views UI',
  );
}