public static function PasswordHashingTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/System/PasswordHashingTest.php, line 17
Definition of Drupal\system\Tests\System\PasswordHashingTest.

Class

PasswordHashingTest
Unit tests for password hashing API.

Namespace

Drupal\system\Tests\System

Code

public static function getInfo() {
  return array(
    'name' => 'Password hashing',
    'description' => 'Password hashing unit tests.',
    'group' => 'System',
  );
}