@@ -109,7 +109,7 @@ public function testTransWithCachingWithInvalidLocale()
109
109
110
110
public function testLoadResourcesWithoutCaching ()
111
111
{
112
- $ loader = new \ Symfony \ Component \ Translation \ Loader \ YamlFileLoader ();
112
+ $ loader = new YamlFileLoader ();
113
113
$ resourceFiles = [
114
114
'fr ' => [
115
115
__DIR__ .'/../Fixtures/Resources/translations/messages.fr.yml ' ,
@@ -186,7 +186,7 @@ public function getDebugModeAndCacheDirCombinations()
186
186
187
187
public function testCatalogResourcesAreAddedForScannedDirectories ()
188
188
{
189
- $ loader = new \ Symfony \ Component \ Translation \ Loader \ YamlFileLoader ();
189
+ $ loader = new YamlFileLoader ();
190
190
$ resourceFiles = [
191
191
'fr ' => [
192
192
__DIR__ .'/../Fixtures/Resources/translations/messages.fr.yml ' ,
@@ -348,7 +348,7 @@ public function getTranslator($loader, $options = [], $loaderFomat = 'loader', $
348
348
349
349
public function testWarmup ()
350
350
{
351
- $ loader = new \ Symfony \ Component \ Translation \ Loader \ YamlFileLoader ();
351
+ $ loader = new YamlFileLoader ();
352
352
$ resourceFiles = [
353
353
'fr ' => [
354
354
__DIR__ .'/../Fixtures/Resources/translations/messages.fr.yml ' ,
@@ -373,7 +373,7 @@ public function testWarmup()
373
373
374
374
public function testLoadingTranslationFilesWithDotsInMessageDomain ()
375
375
{
376
- $ loader = new \ Symfony \ Component \ Translation \ Loader \ YamlFileLoader ();
376
+ $ loader = new YamlFileLoader ();
377
377
$ resourceFiles = [
378
378
'en ' => [
379
379
__DIR__ .'/../Fixtures/Resources/translations/domain.with.dots.en.yml ' ,
0 commit comments