You are here

public static function SecuritytxtModuleDisabledTestCase::getInfo in Security.txt 7

File

./securitytxt.test, line 25
Tests for securitytxt.module.

Class

SecuritytxtModuleDisabledTestCase
Test case with the Security.txt module disabled.

Code

public static function getInfo() {
  return array(
    'name' => 'Security.txt module disabled',
    'description' => 'Tests a standard drupal installation with Security.txt module disabled.',
    'group' => 'Security.txt',
  );
}