File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff 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 ' ,
Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments