Gaetano Giunta
Gaetano Giunta
Another case: - already put migrations in that folder - and use them, with the --path option, in some cases - where in other cases you don't use --path -...
I think I'll push this to version 6
Are you sure that the requirement for `symfony/service-contracts` comes from php-test-reporter ?
+1 :-)
Hello. This makes sense, but it would be a BC break for all other users of the lib who might be checking the current error code. Maybe we could find...
ps: about giving back meaningful errors to the caller: I think that the best value for money would be in identifying the line number in the original xml, but I...
I was thinking along the line of defining 3 consts with the same value, and allowing subclasses to redefine their value as being separate, or some other weird trick tbh......
Another idea: add a separate method (or switch) which calls the same parsing routines in "debug mode", which would generate more info...
Back after having checked the code. I think there is a better solution than what i said in my previous suggestions. Atm the error code 2 ('invalid_return') is used to...
ps: might it help if we were to split the `Request::parseResponse` method call into multiple protected submethods, making it easier to override just one of those in a subclass?