public static function StorageTest::getInfo

Same name in this branch

File

drupal/core/modules/views/lib/Drupal/views/Tests/UI/StorageTest.php, line 22
Definition of Drupal\views\tests\UI\StorageTest.

Class

StorageTest
Tests the UI of storage properties of views.

Namespace

Drupal\views\Tests\UI

Code

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