You are here

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

File

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

Class

SecuritytxtModuleEnabledTestCase
Test case with the Security.txt module enabled.

Code

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