Completed
Push — master ( 94ccaf...712ad9 )
by amaury
03:15
created
Tests/Functional/ModelBundle/Repository/NodeRepositoryTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
         }
128 128
         if (count($nodes) > 1) {
129 129
             for ($i = 1; $i < count($nodes); $i++) {
130
-                $this->assertGreaterThan($nodes[$i]->getVersion(), $nodes[$i-1]->getVersion());
130
+                $this->assertGreaterThan($nodes[$i]->getVersion(), $nodes[$i - 1]->getVersion());
131 131
             }
132 132
         }
133 133
     }
@@ -710,7 +710,7 @@  discard block
 block discarded – undo
710 710
         $dm = static::$kernel->getContainer()->get('object_manager');
711 711
         $nodeNews = $this->repository->findOneByNodeAndSite('fixture_page_news', '2');
712 712
         $nodeCommunity = $this->repository->findOneByNodeAndSite('fixture_page_community', '2');
713
-        $nodeContact= $this->repository->findOneByNodeAndSite('fixture_page_contact', '2');
713
+        $nodeContact = $this->repository->findOneByNodeAndSite('fixture_page_contact', '2');
714 714
         $dm->detach($nodeContact);
715 715
         $dm->detach($nodeCommunity);
716 716
         $dm->detach($nodeNews);
Please login to merge, or discard this patch.