| Total Complexity | 0 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 22 | class Assert extends JsonApiAssert |
||
| 23 | { |
||
| 24 | 2 | use AssertErrorResponse; |
|
| 25 | 2 | use AssertNoContent; |
|
| 26 | 2 | use AssertCreated; |
|
|
|
|||
| 27 | 2 | use AssertDeleted; |
|
| 28 | 2 | use AssertUpdated; |
|
| 29 | 2 | use AssertFetched; |
|
| 30 | 2 | use AssertFetchedCollection; |
|
| 31 | 2 | use AssertFetchedRelationships; |
|
| 32 | |||
| 33 | 2 | use AssertPagination; |
|
| 34 | 2 | use AssertLinks; |
|
| 35 | 2 | use AssertJsonapiObject; |
|
| 36 | 2 | use AssertIncluded; |
|
| 37 | } |
||
| 38 |