| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 41 | 2 | public function seePaginationHttpHeaders() |
|
| 42 | { |
||
| 43 | 2 | $this->seeHttpHeaderOnce('X-Pagination-Total-Count'); |
|
| 44 | 2 | $this->seeHttpHeaderOnce('X-Pagination-Page-Count'); |
|
| 45 | 2 | $this->seeHttpHeaderOnce('X-Pagination-Current-Page'); |
|
| 46 | 2 | $this->seeHttpHeaderOnce('X-Pagination-Per-Page'); |
|
| 47 | } |
||
| 58 |