public static function EditableDeletableConfigTest::getInfo in Search Autocomplete 8
Same name and namespace in other branches
- 2.x src/Tests/Entity/EditableDeletableConfigTest.php \Drupal\search_autocomplete\Tests\Entity\EditableDeletableConfigTest::getInfo()
File
- src/
Tests/ Entity/ EditableDeletableConfigTest.php, line 29
Class
- EditableDeletableConfigTest
- Test basic CRUD on configurations.
Namespace
Drupal\search_autocomplete\Tests\EntityCode
public static function getInfo() {
return [
'name' => 'Manage Autocompletion Configuration test.',
'description' => 'Test the access authorization for editable, deletable config.',
'group' => 'Search Autocomplete',
];
}