Beispiel #1
0
 /**
  * @depends testFeatureCollection
  * @expectedException              Exception
  * @expectedExceptionCode 3005
  * 
  * Test error when  sending reset password without email
  */
 public function testExceptionRestoUser()
 {
     $this->initContext();
     $user = new RestoUser(null, $this->context);
     $user->sendResetPasswordLink();
 }