| Total Complexity | 1 | 
| Total Lines | 21 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 1 | Features | 0 | 
| 1 | <?php  | 
            ||
| 11 | class SendGetRequestExceptionUnitTest extends SendRequestException  | 
            ||
| 12 | { | 
            ||
| 13 | |||
| 14 | /**  | 
            ||
| 15 | * Testing result dispatcher  | 
            ||
| 16 | *  | 
            ||
| 17 | * @param int $httpCode  | 
            ||
| 18 | * code of the response  | 
            ||
| 19 | * @dataProvider resultDispatchingDataProvider  | 
            ||
| 20 | */  | 
            ||
| 21 | public function testSendGetRequestException(int $httpCode): void  | 
            ||
| 34 |