| 1 | <?php  | 
            ||
| 13 | class StatisticsRequestTest extends \PHPUnit_Framework_TestCase  | 
            ||
| 14 | { | 
            ||
| 15 | |||
| 16 | /**  | 
            ||
| 17 | * Tests that the constructor validation is working  | 
            ||
| 18 | *  | 
            ||
| 19 | * @expectedException \Jalle19\StatusManager\Exception\MalformedRequestException  | 
            ||
| 20 | * @expectedExceptionMessageRegExp *instanceName*  | 
            ||
| 21 | */  | 
            ||
| 22 | public function testConstructor()  | 
            ||
| 27 | |||
| 28 | }  | 
            ||
| 29 |