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\AssertionFailedError |
||
20 | */ |
||
21 | public static function assertResponseContainsInclude(TestResponse $response, $expected) |
||
29 |