Fix scrutinizer issues

remotes/origin/fix-10825
Lukas Reschke 10 years ago
parent 1b50d4f7ce
commit 60ae2894aa
  1. 2
      tests/core/lostpassword/controller/lostcontrollertest.php

@ -132,7 +132,7 @@ class LostControllerTest extends \PHPUnit_Framework_TestCase {
->with('core.lost.setPassword', array('userId' => 'ExistingUser', 'token' => 'ThisIsMaybeANotSoSecretToken!'))
->will($this->returnValue('https://ownCloud.com/index.php/lostpassword/'));
$response = $this->lostController->email('ExistingUser', true);
$response = $this->lostController->email('ExistingUser');
$expectedResponse = array('status' => 'success');
$this->assertSame($expectedResponse, $response);
}

Loading…
Cancel
Save