| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 16 | public function executeRequest(string $uri, string $body): string |
||
| 17 | { |
||
| 18 | return '<?xml version="1.0" encoding="UTF-8"?> |
||
| 19 | <SkebbyApi_Public_Send_SmsEasy_Advanced generator="zend" version="1.0"> |
||
| 20 | <test_send_sms_classic_report><remaining_sms>5</remaining_sms><id>1477056680</id><status>success</status></test_send_sms_classic_report> |
||
| 21 | </SkebbyApi_Public_Send_SmsEasy_Advanced>'; |
||
| 22 | } |
||
| 23 | } |
||
| 24 |