1 | <?php |
||
9 | class RangeTest extends BaseTest |
||
10 | { |
||
11 | /** |
||
12 | * Test unsupported range interval |
||
13 | * |
||
14 | * @expectedException \Spiral\Statistics\Exceptions\InvalidExtractRangeException |
||
15 | */ |
||
16 | public function testFactoryUnknownRange() |
||
21 | |||
22 | /** |
||
23 | * Test unsupported range interval |
||
24 | */ |
||
25 | public function testFactoryKnownRange() |
||
32 | |||
33 | /** |
||
34 | * Test supported range interval |
||
35 | */ |
||
36 | public function testSupportedRange() |
||
43 | } |