Total Complexity | 2 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | trait ModelAttributeAssertions |
||
10 | { |
||
11 | /** |
||
12 | * Execute model assertions. |
||
13 | * |
||
14 | * @param array $data |
||
15 | * @param Model $model |
||
16 | * @param string $assertionMethod |
||
17 | * @return void |
||
18 | */ |
||
19 | private function modelAttributeAssertions(array $data, Model $model, string $assertionMethod = 'assertSame'): void |
||
26 |