Add HUF as non-decimal currency (#974)

- Fixes #973.
This commit is contained in:
Jay
2017-11-06 11:49:36 -06:00
committed by GitHub
parent 0303e2c0c9
commit 26dadbf879
2 changed files with 4 additions and 3 deletions

View File

@@ -38,7 +38,8 @@ class FormatConverterTest extends \PHPUnit_Framework_TestCase
{
return array(
array('JPY'),
array('TWD')
array('TWD'),
array('HUF')
);
}