| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | 5 | public function __construct(string $serviceNameToInject, string $interfaceNameToHandle, string $methodNameToCall) |
|
| 28 | { |
||
| 29 | 5 | $this->serviceNameToInject = $serviceNameToInject; |
|
| 30 | 5 | $this->interfaceNameToHandle = $interfaceNameToHandle; |
|
| 31 | 5 | $this->methodNameToCall = $methodNameToCall; |
|
| 32 | 5 | } |
|
| 33 | |||
| 58 |