function PhpassHashedPasswordLog2BoundariesDouble::__construct
Same name and namespace in other branches
- 11.x core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php \Drupal\Tests\phpass\Unit\PhpassHashedPasswordLog2BoundariesDouble::__construct()
Constructs a new password hashing instance.
Parameters
\Drupal\Core\Password\PasswordInterface|int $corePassword: The core PHP password interface (or the countLog2 value for BC).
Overrides PhpassHashedPasswordBase::__construct
File
-
core/
modules/ phpass/ tests/ src/ Unit/ PasswordVerifyTest.php, line 173
Class
- PhpassHashedPasswordLog2BoundariesDouble
- Test double for test coverage of enforceLog2Boundaries().
Namespace
Drupal\Tests\phpass\UnitCode
public function __construct() {
// Noop.
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.