1 | <?php |
||
9 | class DecimalCotanTest extends PHPUnit_Framework_TestCase |
||
10 | { |
||
11 | public function cotanProvider() { |
||
19 | |||
20 | /** |
||
21 | * @dataProvider cotanProvider |
||
22 | */ |
||
23 | public function testSimple($nr, $answer, $digits) |
||
32 | |||
33 | /** |
||
34 | * @expectedException \DomainException |
||
35 | * @expectedExceptionMessage The cotangent of this 'angle' is undefined. |
||
36 | */ |
||
37 | public function testCotanPiDiv() |
||
42 | |||
43 | } |