| 1 | <?php |
||
| 9 | class DecimalArcsecTest extends TestCase |
||
| 10 | { |
||
| 11 | public function arcsecProvider() { |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @dataProvider arcsecProvider |
||
| 23 | */ |
||
| 24 | public function testSimple($nr, $answer, $digits) |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @expectedException \DomainException |
||
| 37 | * @expectedExceptionMessage The arcsecant of this number is undefined. |
||
| 38 | */ |
||
| 39 | public function testArcsecBetweenOneAndNegativeOne() |
||
| 43 | } |
||
| 44 |