1
0
mirror of https://github.com/danog/math.git synced 2024-11-27 04:14:40 +01:00
math/tests
Benjamin Morel 27bc623b70 BigNumber::of() now throws NumberFormatException instead of InvalidArgumentException
This allows to catch all of() exceptions with the parent, ArithmeticException.
2015-06-22 22:13:19 +02:00
..
AbstractTestCase.php CS fixes 2015-06-21 14:37:51 +02:00
BigDecimalTest.php BigNumber::of() now throws NumberFormatException instead of InvalidArgumentException 2015-06-22 22:13:19 +02:00
BigIntegerTest.php BigNumber::of() now throws NumberFormatException instead of InvalidArgumentException 2015-06-22 22:13:19 +02:00
BigRationalTest.php BigNumber::of() now throws NumberFormatException instead of InvalidArgumentException 2015-06-22 22:13:19 +02:00
CalculatorDetectTest.php Reworked Travis build matrix 2015-05-22 13:39:59 +02:00