You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve global state pollution causing random-order test failures in HTTP suite (#10372)
* fix: resolve random order execution failures in HTTP test suite
* fix: resolve encoding negotiation pollution in NegotiateTest
* style: run composer cs-fix on HTTP classes
* fix: remove redundant null check for string typed parameter in MessageTrait
* fix: address reviewer feedback regarding HTTP test isolation
* test: isolate CorsTest to prevent global state pollution
* test: enable random order execution verification for HTTP component
* test: move resetServices before parent::setUp in HTTP test suite to preserve parent mocks
0 commit comments