mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	More cleanup and php doc stuff.
This commit is contained in:
		| @@ -6,6 +6,9 @@ use Zizaco\FactoryMuff\Facade\FactoryMuff as f; | ||||
|  | ||||
| /** | ||||
|  * Class UserControllerTest | ||||
|  * | ||||
|  * @SuppressWarnings(PHPMD.TooManyMethods) | ||||
|  * @SuppressWarnings(PHPMD.CamelCasePropertyName) | ||||
|  */ | ||||
| class UserControllerTest extends TestCase | ||||
| { | ||||
| @@ -57,11 +60,7 @@ class UserControllerTest extends TestCase | ||||
|  | ||||
|     public function testPostLoginFails() | ||||
|     { | ||||
|         $input = [ | ||||
|             'username' => 'bla@bla', | ||||
|             'password' => 'something', | ||||
|             'remindme' => 0 | ||||
|         ]; | ||||
|  | ||||
|         $this->action('POST', 'UserController@postLogin'); | ||||
|         $this->assertResponseOk(); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user