| 1 | <?php |
||
| 8 | class RangeTest extends BaseTest |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Test unsupported range interval |
||
| 12 | * |
||
| 13 | * @expectedException \Spiral\Statistics\Exceptions\InvalidExtractRangeException |
||
| 14 | */ |
||
| 15 | public function testUnsupportedRange() |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Test supported range interval |
||
| 23 | */ |
||
| 24 | public function testSupportedRange() |
||
| 33 | } |