mcube27
mcube27
I would like to run `bin/cake i18n extract` on Authorization plugin to translate the thrown exceptions. I use cakephp as an api and return the thrown exceptions. It would be...
I understand that exception are a way to help developers but my request is mainly for this exception message : https://github.com/cakephp/authorization/blob/3e9a171082855b6bae4c12cc88f63514b9645102/src/Exception/ForbiddenException.php#L32 I know that there is the `Exception::result` that can...
It it possible to ask why it was changed to a `array_merge_recursive`? Does it help in some tests ? If yes how ? I have a lot of tests where...
Hi, Will this bug be corrected ? It's not wasy to migrate to CakePhp5 for big applications, but we need to run tests that need migrations and that contain some...
We use migration sometimes to make sql queries using `$this->getQueryBuilder()`. That is why I asked if it will be corrected ?
Hi, Thank you for the PR ! Is it possible to make this branch merge ? It's really better when built with it as it allows to see the messages...