You are here

public static function SettingsTest::getInfo in Views (for Drupal 7) 8.3

File

lib/Drupal/views/Tests/UI/SettingsTest.php, line 22
Definition of Drupal\views\Tests\UI\SettingsTest.

Class

SettingsTest
Tests the various settings in the views UI.

Namespace

Drupal\views\Tests\UI

Code

public static function getInfo() {
  return array(
    'name' => 'Settings functionality',
    'description' => 'Tests all ui related settings under admin/structure/views/settings.',
    'group' => 'Views UI',
  );
}