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