Passed
Push — master ( 2f2094...56c691 )
by Anton
02:02
created
tests/Framework/Views/LocaleTest.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,8 @@
 block discarded – undo
30 30
 
31 31
         $app->getContainer()->runScope([
32 32
             TranslatorInterface::class => $app->get(Translator::class)->withLocale('ru')
33
-        ], function () use ($app) {
33
+        ], function () use ($app)
34
+        {
34 35
             $out = $app->get(ViewsInterface::class)->render('custom:locale');
35 36
             $this->assertSame('Hello Мир!', $out);
36 37
         });
Please login to merge, or discard this patch.