Adds error code to runtime exception and adds test for rejected recip…#237
Adds error code to runtime exception and adds test for rejected recip…#237Slamdunk merged 4 commits intolaminas:2.23.xfrom
Conversation
786e9b5 to
ac76593
Compare
|
Well, I corrected all the checks I understood but the 2 failing are very unclear to me. The two failing tests state: but neither is nor did I change anything in the Quite confused, maybe a wrong test? Best regards, |
|
Failure seems indeed unrelated to your changes 🤔 |
|
This is a BC break in ServiceManager 3.21 Dropping support for PHP 8.0, bumping ServiceManager to ^3.21 and making the relevant method static here will 'fix' it, alternatively a conflict with 3.21 of SM ?? |
|
IMO just bumping in a new PR |
|
Hi there, so I understand the problems. I was trying to solve it, but now I am giving up, see
are way over my knowledge concerning the project. I'll merge the corrected branch in mine, once the work is done and hopefully it will pass all tests then. Best regards, Willi |
|
To be clear, not expecting you to fix it: the situation arises due to internal breakages. Thanks for trying though! |
|
@schnumsel I've fixed the upstream branch in #233 Can you rebase yours please? |
…ient Signed-off-by: Wilfried Wolf <mail@wilfried.wolf.name>
Signed-off-by: Wilfried Wolf <mail@wilfried.wolf.name>
Signed-off-by: Wilfried Wolf <mail@wilfried.wolf.name>
Signed-off-by: Wilfried Wolf <mail@wilfried.wolf.name>
|
@schnumsel you merged upstream via 87bf441 @Slamdunk needs a rebase here :D |
|
So this one goes without rebase.... I'll learn :) |
|
Thank you @schnumsel |
This is the requested PR to issue #236