1 | <?php |
||
9 | class InfiniteDecimalLog10Test extends PHPUnit_Framework_TestCase |
||
10 | { |
||
11 | /** |
||
12 | * @expectedException \DomainException |
||
13 | * @expectedExceptionMessage Decimal can't handle logarithms of negative numbers (it's only for real numbers). |
||
14 | */ |
||
15 | public function testNegativeInfiniteLog10() |
||
19 | |||
20 | public function testPInfiniteLog10() |
||
26 | } |
||
27 |