public static function EncryptConfigTest::getInfo in Encrypt 7.2
Same name and namespace in other branches
- 7.3 encrypt.test \EncryptConfigTest::getInfo()
Implements getInfo().
File
- ./
encrypt.test, line 234 - Tests for the project Encrypt.
Class
- EncryptConfigTest
- Test configurations.
Code
public static function getInfo() {
return array(
'name' => 'Configuration Management',
'description' => 'Test basic management of configuration, including adding, editing, and deleting.',
'group' => 'Encrypt',
);
}