Completed
Push — master ( 0406c2...d58e57 )
by Christian
04:47
created
Tests/Block/Service/PiwikStatisticBlockServiceTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,8 +41,8 @@
 block discarded – undo
41 41
     {
42 42
         parent::setUp();
43 43
 
44
-        $this->logger  = $this->getMock('Psr\Log\LoggerInterface');
45
-        $this->factory  = $this->getMock('Core23\PiwikBundle\Client\ClientFactory');
44
+        $this->logger = $this->getMock('Psr\Log\LoggerInterface');
45
+        $this->factory = $this->getMock('Core23\PiwikBundle\Client\ClientFactory');
46 46
         $this->templating = new FakeTemplating();
47 47
     }
48 48
 
Please login to merge, or discard this patch.