laracasts / Behat-Laravel-Extension

Laravel extension for Behat functional testing.
MIT License
260 stars 73 forks source link

Added base_uri to support Guzzle 6 #51

Closed tscheepers closed 8 years ago

tscheepers commented 8 years ago

See changes in: https://github.com/guzzle/guzzle/blob/master/UPGRADING.md#post-requests

By adding base_uri to the array the library supports both Guzzle 5 and Guzzle 6.

tscheepers commented 8 years ago

Sorry, just saw there are already several PR's for Guzzle 6