@@ -147,6 +147,9 @@ |
||
| 147 | 147 | $this->assertEquals($result, trim($this->commandTester->getDisplay())); |
| 148 | 148 | } |
| 149 | 149 | |
| 150 | + /** |
|
| 151 | + * @param Organization $mockOrganization |
|
| 152 | + */ |
|
| 150 | 153 | private function getMockContainer($mockOrganization = null) |
| 151 | 154 | { |
| 152 | 155 | $mockRepoOrganization = $this->getMockBuilder(OrganizationRepositoryInterface::class) |