function PasswordHashingTest::setUp
Same name in other branches
- 9 core/tests/Drupal/Tests/Core/Password/PasswordHashingTest.php \Drupal\Tests\Core\Password\PasswordHashingTest::setUp()
- 8.9.x core/tests/Drupal/Tests/Core/Password/PasswordHashingTest.php \Drupal\Tests\Core\Password\PasswordHashingTest::setUp()
Overrides DrupalWebTestCase::setUp
File
-
modules/
simpletest/ tests/ password.test, line 22
Class
- PasswordHashingTest
- Unit tests for password hashing API.
Code
function setUp() {
require_once DRUPAL_ROOT . '/' . variable_get('password_inc', 'includes/password.inc');
parent::setUp();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.