You are here

public static function SecureSiteFunctionUserDeleteUnitTest::getInfo in Secure Site 7.2

Same name and namespace in other branches
  1. 6.2 securesite.test \SecureSiteFunctionUserDeleteUnitTest::getInfo()

Implements getInfo().

File

./securesite.test, line 522
Tests for Secure Site module.

Class

SecureSiteFunctionUserDeleteUnitTest
Unit test for user_delete().

Code

public static function getInfo() {
  return array(
    'name' => 'user_delete()',
    'description' => t('Test password removal when user is deleted. Digest scripts must be configured on the live site before this test can be run.'),
    'group' => t('Secure Site'),
  );
}