| 1 | <?php |
||
| 8 | class BigIntegerCmpTest extends PHPUnit_Framework_TestCase |
||
| 9 | { |
||
| 10 | public function testWithNegativeNumber() |
||
| 22 | |||
| 23 | public function testWithPositiveNumber() |
||
| 35 | |||
| 36 | public function testWithEqualNumber() |
||
| 48 | |||
| 49 | /** |
||
| 50 | * @expectedException InvalidArgumentException |
||
| 51 | */ |
||
| 52 | public function testWithInvalidValue() |
||
| 63 | } |
||
| 64 |