check() публичный статический Метод

public static check ( $value, $hash )
Пример #1
0
 /** @test */
 public function can_set_password()
 {
     $pw = 'testpassword';
     $this->user->setPassword($pw);
     $this->assertTrue(hash::check($pw, $this->user->getAuthPassword()));
 }