function FakePhpassHashedPassword::enforceLog2Boundaries

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

Exposes this method as public for tests.

Overrides PhpassHashedPassword::enforceLog2Boundaries

File

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

Class

FakePhpassHashedPassword
A fake class for tests.

Namespace

Drupal\Tests\Core\Password

Code

public function enforceLog2Boundaries($count_log2) {
    return parent::enforceLog2Boundaries($count_log2);
}

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