Improve test coverage.

This commit is contained in:
James Cole
2019-08-29 17:53:25 +02:00
parent 91b6b86202
commit 19feefda2d
86 changed files with 3173 additions and 2626 deletions

View File

@@ -155,22 +155,22 @@ class AmountCreditTest extends TestCase
'63 5212.4440' => '635212.4440',
'163 5219.1634567898' => '1635219.1634567898',
'444 163 5219.1634567898' => '4441635219.1634567898',
'-0.34918323' => '0.34918323',
'-0.34918323' => '0.349183230000',
'0.208' => '0.208',
'-0.15' => '0.15',
'-0.03881677' => '0.03881677',
'-0.15' => '0.150000000000',
'-0.03881677' => '0.038816770000',
'0.33' => '0.33',
'-0.1' => '0.1',
'-0.1' => '0.100000000000',
'0.01124' => '0.01124',
'-0.01124' => '0.01124',
'-0.01124' => '0.011240000000',
'0.115' => '0.115',
'-0.115' => '0.115',
'-0.115' => '0.115000000000',
'1.33' => '1.33',
'$1.23' => '1.23',
'€1,44' => '1.44',
'(33.52)' => '33.52',
'€(63.12)' => '63.12',
'($182.77)' => '182.77',
'(33.52)' => '33.520000000000',
'€(63.12)' => '63.120000000000',
'($182.77)' => '182.770000000000',
// double minus because why the hell not
'--0.03881677' => '0.03881677',