You are here

protected property PasswordHashingTest::$user in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/tests/Drupal/Tests/Core/Password/PasswordHashingTest.php \Drupal\Tests\Core\Password\PasswordHashingTest::user

The user for testing.

Type: \PHPUnit_Framework_MockObject_MockObject|\Drupal\user\UserInterface

File

core/tests/Drupal/Tests/Core/Password/PasswordHashingTest.php, line 27
Contains \Drupal\Tests\Core\Password\PasswordHashingTest.

Class

PasswordHashingTest
Unit tests for password hashing API.

Namespace

Drupal\Tests\Core\Password

Code

protected $user;