Skip to content

Commit 70db7b7

Browse files
committed
Merge branch 'edvinasme-update-lithuania-to-euro'
* edvinasme-update-lithuania-to-euro: Update Lithuania from Lithuanian Litas to Euro (since 2015-01-01)
2 parents 3ec92a0 + 10932e5 commit 70db7b7

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

ISO4217.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ public function getAll()
418418
'GR',
419419
'IE',
420420
'IT',
421+
'LT',
421422
'LU',
422423
'MC',
423424
'ME',
@@ -714,13 +715,6 @@ public function getAll()
714715
'exp' => 2,
715716
'country' => 'LS',
716717
),
717-
array(
718-
'name' => 'Lithuanian Litas',
719-
'alpha3' => 'LTL',
720-
'numeric' => '440',
721-
'exp' => 2,
722-
'country' => 'LT',
723-
),
724718
array(
725719
'name' => 'Latvian Lats',
726720
'alpha3' => 'LVL',

ISO4217Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function testGetAll()
9292
{
9393
$iso4217 = new ISO4217();
9494
$this->assertInternalType('array', $iso4217->getAll());
95-
$this->assertCount(157, $iso4217->getAll());
95+
$this->assertCount(156, $iso4217->getAll());
9696
}
9797

9898
/**

0 commit comments

Comments
 (0)