Total Complexity | 1 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | trait AssertsErrorFormat |
||
9 | { |
||
10 | /** |
||
11 | * The template used allows regular expressions, e.g. in the default 400.blade.php template |
||
12 | * |
||
13 | * @param TestResponse $response |
||
14 | * @param $status |
||
15 | * @param array $data |
||
16 | */ |
||
17 | protected function assertErrorFormat(TestResponse $response, $status, $data = []) |
||
40 |