From ed66e79a7574b33bdedab782dc2b7d692f5a4a08 Mon Sep 17 00:00:00 2001 From: Frederik Bosch Date: Wed, 17 Feb 2016 15:45:23 +0100 Subject: [PATCH] support for bitcoin parsing and formatting --- src/Formatter/BitcoinSupportedMoneyFormatter.php | 1 - tests/Formatter/BitcoinSupportedMoneyFormatterTest.php | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Formatter/BitcoinSupportedMoneyFormatter.php b/src/Formatter/BitcoinSupportedMoneyFormatter.php index c5c08d24..32a104fe 100644 --- a/src/Formatter/BitcoinSupportedMoneyFormatter.php +++ b/src/Formatter/BitcoinSupportedMoneyFormatter.php @@ -29,7 +29,6 @@ public function __construct(MoneyFormatter $innerFormatter, $fractionDigits) $this->fractionDigits = $fractionDigits; } - /** * Formats a Money object as string. * diff --git a/tests/Formatter/BitcoinSupportedMoneyFormatterTest.php b/tests/Formatter/BitcoinSupportedMoneyFormatterTest.php index aedb0866..6e88dd38 100644 --- a/tests/Formatter/BitcoinSupportedMoneyFormatterTest.php +++ b/tests/Formatter/BitcoinSupportedMoneyFormatterTest.php @@ -9,7 +9,6 @@ final class BitcoinSupportedMoneyFormatterTest extends \PHPUnit_Framework_TestCase { - public function testRoundMoney() { $money = new Money(100000, new Currency('XBT'));