Completed
Push — master ( 79cf12...989677 )
by Ruud
79:32 queued 65:03
created
Kunstmaan/MultiDomainBundle/Tests/unit/Helper/DomainConfigurationTest.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -372,6 +372,9 @@  discard block
 block discarded – undo
372 372
         return Request::create('http://single-alias.tld/');
373 373
     }
374 374
 
375
+    /**
376
+     * @param string $uri
377
+     */
375 378
     private function getRequestWithOverride($uri)
376 379
     {
377 380
         $session = new Session(new MockArraySessionStorage());
@@ -385,6 +388,9 @@  discard block
 block discarded – undo
385 388
         return $request;
386 389
     }
387 390
 
391
+    /**
392
+     * @param Request $request
393
+     */
388 394
     private function getDomainConfiguration($request)
389 395
     {
390 396
         $hostMap = array(
Please login to merge, or discard this patch.
MultiDomainBundle/Tests/unit/Router/DomainBasedLocaleRouterTest.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -178,8 +178,8 @@  discard block
 block discarded – undo
178 178
     }
179 179
 
180 180
     /**
181
-     * @param $request
182
-     * @param null $nodeTranslation
181
+     * @param Request $request
182
+     * @param NodeTranslation $nodeTranslation
183 183
      *
184 184
      * @return Container
185 185
      */
@@ -241,6 +241,9 @@  discard block
 block discarded – undo
241 241
         return Request::create($url);
242 242
     }
243 243
 
244
+    /**
245
+     * @param NodeTranslation $nodeTranslation
246
+     */
244 247
     private function getEntityManager($nodeTranslation = null)
245 248
     {
246 249
         $em = $this->createMock('Doctrine\ORM\EntityManagerInterface');
Please login to merge, or discard this patch.