mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fixed coverage.
This commit is contained in:
		| @@ -72,6 +72,7 @@ class ProfileControllerTest extends TestCase | ||||
|  | ||||
|     /** | ||||
|      * @covers FireflyIII\Http\Controllers\ProfileController::postChangePassword | ||||
|      * @covers FireflyIII\Http\Controllers\ProfileController::validatePassword | ||||
|      */ | ||||
|     public function testPostChangePassword() | ||||
|     { | ||||
| @@ -97,6 +98,7 @@ class ProfileControllerTest extends TestCase | ||||
|  | ||||
|     /** | ||||
|      * @covers FireflyIII\Http\Controllers\ProfileController::postChangePassword | ||||
|      * @covers FireflyIII\Http\Controllers\ProfileController::validatePassword | ||||
|      */ | ||||
|     public function testPostChangePasswordInvalidCurrent() | ||||
|     { | ||||
| @@ -122,6 +124,7 @@ class ProfileControllerTest extends TestCase | ||||
|  | ||||
|     /** | ||||
|      * @covers FireflyIII\Http\Controllers\ProfileController::postChangePassword | ||||
|      * @covers FireflyIII\Http\Controllers\ProfileController::validatePassword | ||||
|      */ | ||||
|     public function testPostChangePasswordNoNewPassword() | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user