public static function StorageTest::getInfo in Views (for Drupal 7) 8.3
File
- lib/
Drupal/ views/ Tests/ UI/ StorageTest.php, line 15 - Definition of Drupal\views\tests\UI\StorageTest.
Class
- StorageTest
- Tests the UI of storage properties of views.
Namespace
Drupal\views\Tests\UICode
public static function getInfo() {
return array(
'name' => 'Storage properties',
'description' => 'Tests the UI of storage properties of views.',
'group' => 'Views UI',
);
}