| Total Complexity | 1 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | trait AssertIncluded |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Asserts that an include object contains an expected collection. |
||
| 14 | * |
||
| 15 | * @param TestResponse $response |
||
| 16 | * @param array $expected |
||
| 17 | * |
||
| 18 | * @return void |
||
| 19 | * @throws \PHPUnit\Framework\ExpectationFailedException |
||
| 20 | */ |
||
| 21 | public static function assertResponseContainsInclude(TestResponse $response, $expected) |
||
| 29 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.