Example #1
0
 /**
  * @expectedException RuntimeException
  */
 public function testHasherThrowsExceptionIfNotSet()
 {
     $user = new User();
     $user->checkHash('foo', 'bar');
 }