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