Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ksdev-pl committed Jul 5, 2015
1 parent fb80b1f commit 56d7cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BCMathHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ public function testBcround()
$this->assertEquals('0.5679', BCMathHelper::bcround('0.567891', 4));
$this->assertEquals('0.5676', BCMathHelper::bcround('0.567591', 4));
$this->assertEquals('0.5676', BCMathHelper::bcround('0.567559', 4));
$this->assertEquals('0.5675', BCMathHelper::bcround('0.567544', 4));
$this->assertEquals('0.5675', BCMathHelper::bcround('0.567549', 4));
}
}

0 comments on commit 56d7cd4

Please sign in to comment.