public static function PerBlockTypeSettingsTest::getInfo in Simplify 8
File
- src/
Tests/ PerBlockTypeSettingsTest.php, line 27
Class
- PerBlockTypeSettingsTest
- Test simplify per block-type settings.
Namespace
Drupal\simplify\TestsCode
public static function getInfo() {
return [
'name' => 'Simplify per block-type settings test.',
'description' => 'Test the Simplify per block-type settings.',
'group' => 'Simplify',
];
}