function FakePhpassHashedPassword::__construct

Same name in other branches
  1. 8.9.x core/tests/Drupal/Tests/Core/Password/PasswordHashingTest.php \Drupal\Tests\Core\Password\FakePhpassHashedPassword::__construct()

Overrides PhpassHashedPassword::__construct

File

core/tests/Drupal/Tests/Core/Password/PasswordHashingTest.php, line 179

Class

FakePhpassHashedPassword
A fake class for tests.

Namespace

Drupal\Tests\Core\Password

Code

public function __construct() {
    // Noop.
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.