Closed vsolovei-smartling closed 2 years ago
All the system tests pass, right?
I would also like to check manually using for instance FAPI client. Specifically, I'm worrying about file upload calls. I briefly checked Guzzle 6 vs 7 compatibility changes and seems like no breaking changes in this part but let's check anyway.
All the tests pass. What exactly would you like to check?
guzzle 7 requires at least php 7.2, so I've updated the dependency to php 7.4. For tests to work, I had to update to phpunit 8. Some tests were broken, so I've introduced fixes.