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\TestsCode
public static function getInfo() {
return [
'name' => 'Simplify global settings test.',
'description' => 'Test the Simplify module global settings page.',
'group' => 'Simplify',
];
}