laminas / laminas-diactoros

PSR HTTP Message implementations
https://docs.laminas.dev/laminas-diactoros/
BSD 3-Clause "New" or "Revised" License
483 stars 63 forks source link

Update PSR-7 integration tests #128

Closed weierophinney closed 1 year ago

weierophinney commented 1 year ago
Q A
Documentation no
Bugfix yes
BC Break slight behavior change
New Feature no
RFC no
QA yes

Description

Updates to 1.2.0 of the PSR-7 integration test suite, which adds the tests we wrote for mitigating ZF2015-05, and requires a few changes:

I have removed one test from UriTest, as it contradicts the first point above. Since the scenario is covered in the PSR-7 integration tests, we are covered.

See php-http/psr7-integration-tests#54 for more details.