We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62f6af commit a384098Copy full SHA for a384098
Tests/DependencyInjection/ConfigurationTest.php
@@ -189,7 +189,7 @@ protected static function getBundleDefaultConfig()
189
'enabled' => !class_exists(FullStack::class),
190
'fallbacks' => array('en'),
191
'logging' => false,
192
- 'formatter' => 'translator.formatter.default',
+ 'formatter' => \class_exists('MessageFormatter') ? 'translator.formatter.default' : 'translator.formatter.symfony',
193
'paths' => array(),
194
'default_path' => '%kernel.project_dir%/translations',
195
),
0 commit comments