1 | <?php |
||
14 | class StatisticsRequestTest extends \PHPUnit_Framework_TestCase |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * Tests that the constructor validation is working (instance name must be defined) |
||
19 | * |
||
20 | * @expectedException \Jalle19\StatusManager\Exception\MalformedRequestException |
||
21 | * @expectedExceptionMessageRegExp *instanceName* |
||
22 | */ |
||
23 | public function testConstructor() |
||
30 | |||
31 | |||
32 | /** |
||
33 | * |
||
34 | */ |
||
35 | public function testTimeFrame() |
||
45 | |||
46 | } |
||
47 |