Skip to content

Commit

Permalink
Updated format test limits
Browse files Browse the repository at this point in the history
  • Loading branch information
Axhini committed Apr 14, 2013
1 parent 234cf4d commit 665fb12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/CurrencyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public function testFormatCurrency()
{

// Options
$start = 1; // £0.01
$end = 250000; // £2,500.00
$start = 1; // £0.01
$end = 1000000; // £10,000.00

// Set to GBP
$this->currency->setCurrency('GBP');
Expand Down

0 comments on commit 665fb12

Please sign in to comment.