Test Setup Failed
Push — master ( f71368...e98e25 )
by
unknown
03:58
created
Bundle/WebsiteSearchBundle/Tests/Functional/Engine/ORM/OrmIndexerTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
         $websiteProvider = $this->createMock(WebsiteProviderInterface::class);
86 86
         $websiteProvider->expects($this->any())
87 87
             ->method('getWebsiteIds')
88
-            ->will($this->returnCallback(function () use ($repo) {
88
+            ->will($this->returnCallback(function() use ($repo) {
89 89
                 return $repo->getWebsiteIdentifiers();
90 90
             }));
91 91
 
@@ -403,7 +403,7 @@  discard block
 block discarded – undo
403 403
             ]
404 404
         );
405 405
 
406
-        $items = $this->getResultItems(['alias' => 'oro_product_'.  $notExistingId]);
406
+        $items = $this->getResultItems(['alias' => 'oro_product_' . $notExistingId]);
407 407
 
408 408
         $this->assertCount(0, $items);
409 409
     }
Please login to merge, or discard this patch.