Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz committed Sep 19, 2023
1 parent c42539c commit ab51edd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Translator/tests/LoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public function testLoadCatalogue(): void
{
$loader = new CatalogueLoader(new TranslatorConfig([
'directory' => __DIR__ . '/fixtures/locales/',
'directories' => [__DIR__ . '/fixtures/additional'],
'loaders' => [
'php' => PhpFileLoader::class,
'po' => PoFileLoader::class,
Expand Down

0 comments on commit ab51edd

Please sign in to comment.