| 1 | <?php |
||
| 16 | class PrecisionTest extends TestCase { |
||
| 17 | |||
| 18 | public function testConstructorThrowsExceptionForTooHighValues() { |
||
| 22 | |||
| 23 | public function testConstructorThrowsExceptionForTooLowValues() { |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @dataProvider validDegreeProvider |
||
| 30 | */ |
||
| 31 | public function testToFloatReturnsConstructorValue( float $validDegree ) { |
||
| 37 | |||
| 38 | public function validDegreeProvider() { |
||
| 48 | |||
| 49 | } |
||
| 50 |