You are here

public static function GlobalSettingsTest::getInfo in Simplify 8

File

src/Tests/GlobalSettingsTest.php, line 26

Class

GlobalSettingsTest
Test Simplify module global settings.

Namespace

Drupal\simplify\Tests

Code

public static function getInfo() {
  return [
    'name' => 'Simplify global settings test.',
    'description' => 'Test the Simplify module global settings page.',
    'group' => 'Simplify',
  ];
}