Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed Sep 4, 2016
1 parent 9c59979 commit c0b54c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/suites/libraries/joomla/language/JLanguageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ public function testGetKnownLanguages()
$weekEnd = '0,6';

$option1 = array(
'name' => 'English (en-GB)',
'name' => 'English (United Kingdom)',
'tag' => 'en-GB',
'rtl' => '0',
'locale' => $localeString,
Expand Down Expand Up @@ -1154,7 +1154,7 @@ public function testParseLanguageFiles()
{
$dir = __DIR__ . '/data/language';
$option = array(
'name' => 'English (en-GB)',
'name' => 'English (United Kingdom)',
'tag' => 'en-GB',
'rtl' => '0',
'locale' => 'en_GB.utf8, en_GB.UTF-8, en_GB, eng_GB, en, english, english-uk, uk, gbr, britain, england,' .
Expand Down

0 comments on commit c0b54c7

Please sign in to comment.