You are here

public static function EncryptConfigTest::getInfo in Encrypt 7.3

Same name and namespace in other branches
  1. 7.2 encrypt.test \EncryptConfigTest::getInfo()

File

./encrypt.test, line 230
Tests for encrypt.module

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',
  );
}