Skip to content

1.3.0

Latest
Compare
Choose a tag to compare
@dbu dbu released this 28 Apr 14:31
· 5 commits to 1.x since this release
1.3.0

Added

  • Adds UriIntegrationTest::testSpecialCharsInUserInfo and UriIntegrationTest::testAlreadyEncodedUserInfo.
    These validate that usernames and passwords which contain reserved characters (defined by RFC3986) are being encoded
    so that the URI does not contain these reserved characters at any time.

  • Adds support for testing against PSR-7 1.1 and 2.0. In particular, it adapts tests that were verifying invalid parameters threw InvalidArgumentException previously now either throw that OR (more correctly) raise a TypeError.