Codeception / module-rest

REST module for Codeception
MIT License
53 stars 27 forks source link

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

Open mkleszcz opened 8 months ago

mkleszcz commented 8 months ago

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