@@ -30,7 +30,8 @@ |
||
| 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 | }); |