10000
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 5557e38 commit 545c360Copy full SHA for 545c360
src/Symfony/Bundle/FrameworkBundle/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