Completed
Push — update-deps ( 498f46 )
by Aydin
11:14
created
test/JhUserTest/Controller/RoleControllerTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -78,6 +78,10 @@
 block discarded – undo
78 78
         $this->assertSame($this->user->getRoles()[1], $this->role);
79 79
     }
80 80
 
81
+    /**
82
+     * @param string $userEmail
83
+     * @param string $roleId
84
+     */
81 85
     public function configureMocks($userEmail, $roleId)
82 86
     {
83 87
         $userRepoMock       = $this->getMock('JhUser\Repository\UserRepositoryInterface');
Please login to merge, or discard this patch.