Completed
Push — master ( 3c7d5b...44b200 )
by Rafał
02:08 queued 12s
created
Tests/Command/CreateOrganizationCommandTest.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -120,6 +120,11 @@
 block discarded – undo
120 120
         );
121 121
     }
122 122
 
123
+    /**
124
+     * @param Organization $mockOrganization
125
+     * @param Organization $mockedOrganizationInFactory
126
+     * @param string $name
127
+     */
123 128
     private function getMockContainer($mockOrganization = null, $mockedOrganizationInFactory = null, $name = OrganizationInterface::DEFAULT_NAME)
124 129
     {
125 130
         $mockRepo = $this->getMockBuilder(OrganizationRepositoryInterface::class)
Please login to merge, or discard this patch.