Closed mbrodala closed 7 years ago
@mbrodala any chance we can get a corrected patch?
PhpBrowser: Guzzle is not installed. Please install
guzzlehttp/guzzle
with composer
This is odd since that package is installed during build... I'll drop the --prefer-lowest
from my change for now, but this should be added in a separate one.
OK, I think this should do.
Hi,
Is there any chance of getting this pull request merged as the bug it fixes has me blocked on the latest version of Codeception?
Thanks!
@conorgahan Until then you add the following to your composer.json
and require cweagans/composer-patches
:
"extra": {
"patches": {
"codeception/phpbuiltinserver": {
"Fix imported exceptions": "https://github.com/mbrodala/PhpBuiltinServer/commit/3bfce63597fd5187154b0b1e7ebb9d34084a2e23.patch"
}
}
}
@mbrodala That's great, thanks. I had actually just referenced your fork, but this is a cleaner solution in the short term.
@tiger-seo Thanks for merging!
I'll keep my branch alive for now to not break existing references.
@tiger-seo Thanks for that - is there a release planned or should we just work off dev-master?
@mbrodala Thanks!
@conorgahan yeah, i gonna tag this ;)
@tiger-seo Thanks for the release. :-)
@tiger-seo Thanks!
The old exception classes do not exist anymore in newer CodeCeption releases.
Fixes #31