mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Some code cleanup and fixes.
This commit is contained in:
@@ -92,7 +92,7 @@ class ProfileControllerTest extends TestCase
|
||||
$this->_user->shouldReceive('getAttribute')->with('email')->andReturn('some@email');
|
||||
$this->_user->shouldReceive('getAttribute')->with('password')->andReturn('Blablabla');
|
||||
|
||||
$this->action('POST', 'ProfileController@postChangePassword',['old' => '']);
|
||||
$this->action('POST', 'ProfileController@postChangePassword', ['old' => '']);
|
||||
$this->assertResponseOk();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user