Skip to content

Commit

Permalink
Fixed 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Aug 3, 2014
1 parent 534fd91 commit e134909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/KdybyTests/Translation/CatalogueCompiler.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class CatalogueCompilerTest extends TestCase
/** @var \Kdyby\Translation\CatalogueCompiler $compiler */
$compiler = $container->getByType('Kdyby\Translation\CatalogueCompiler');

$catalogues = [];
$catalogues = array();
$compiler->compile($translator, $catalogues, 'fr-FR.UTF8');

$tempFiles = array_filter(get_included_files(), function ($path) {
Expand Down

0 comments on commit e134909

Please sign in to comment.