Test Setup Failed
Pull Request — master (#790)
by Maks
05:07
created
Bundle/LocaleBundle/Tests/Unit/Formatter/FormattingCodeFormatterTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     {
29 29
         IntlTestHelper::requireIntl($this);
30 30
 
31
-        $this->translator   = $this->createMock('Symfony\Component\Translation\TranslatorInterface');
31
+        $this->translator = $this->createMock('Symfony\Component\Translation\TranslatorInterface');
32 32
         $this->configManager = $this->getMockBuilder('Oro\Bundle\ConfigBundle\Config\ConfigManager')
33 33
             ->disableOriginalConstructor()->getMock();
34 34
 
Please login to merge, or discard this patch.