@@ -78,6 +78,10 @@ |
||
| 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'); |