guzzler v1.5.3 Release Notes

Release Date: 2019-10-03 // over 4 years ago
  • [1.5.3] - 2019-10-03

    • 🏗 Moved codebase to build on blastcloud/chassis. Chassis is the abstracted expectation engine that was originally built for Guzzler. Now, Chassis can be used as a common base for any number of testing libraries for different PHP HTTP request clients. Check out Hybrid, a port of Guzzler for Symfony's HttpClient component.
    • ➕ Added the ability to rename the engine in test files if desired. You no longer have to have the engine named guzzler if you'd rather it be named something else. See the docs here.