module-rest icon indicating copy to clipboard operation
module-rest copied to clipboard

Return type of grabHttpHeader and Response->getHeader should also include int

Open mkleszcz opened this issue 6 months ago • 0 comments

When trying to assert for example: $I->seeHttpHeader('X-Pagination-Total-Count', 25); it will fail because of the different types

mkleszcz avatar Dec 12 '23 15:12 mkleszcz