@@ -38,6 +38,9 @@ |
||
38 | 38 | return new UserManager($this->entityManager->reveal()); |
39 | 39 | } |
40 | 40 | |
41 | + /** |
|
42 | + * @param string $id |
|
43 | + */ |
|
41 | 44 | protected function user($id) |
42 | 45 | { |
43 | 46 | return new class($id) { |