| 1 | <?php |
||
| 10 | class DecimalConstantsTest extends PHPUnit_Framework_TestCase |
||
| 11 | { |
||
| 12 | public function testFiniteAbs() |
||
| 30 | |||
| 31 | public function testE() |
||
| 45 | |||
| 46 | /** |
||
| 47 | * @expectedException Litipk\Exceptions\InvalidArgumentTypeException |
||
| 48 | */ |
||
| 49 | public function testIncorrectTypedParamsOnE() |
||
| 53 | |||
| 54 | /** |
||
| 55 | * @expectedException \InvalidArgumentException |
||
| 56 | * @expectedExceptionMessage $scale must be positive. |
||
| 57 | */ |
||
| 58 | public function testNegativeParamsOnE() |
||
| 62 | } |
||
| 63 |