Maks Rafalko

Results 240 comments of Maks Rafalko

I think this is not actual after 3 years. The modern versions of PHPUnit is 9 and 10, modern PHP is 8.1 ad 8.2 People should upgrade and I don'...

> Note there are other directory specifiers in a typical configuration file to which this also applies, e.g. log file location. this one has been fixed

nobody is working on this AFAIK

My 2 cents to bring attention to this issue once again. We are now using APIP 3.0, and were completely surprised our [Provider](https://api-platform.com/docs/core/state-providers/) is executed when API ultimately returns 403....

Ok, here is the code that we wrote for our project. It rejects the Request as early as possible, not calling State Provider. If the `security` contains `object` and relies...

+1 for the feature request. In the meantime, we are doing validation via custom controller: ``` * "delete_business_owner"={ * "method"="DELETE", * "controller"=DeleteProduct::class, * "path"="/products/{id}, * }, ``` and controller: ```php...

I see the bug. However, I don't think changing the very base interface (`TestFrameworkAdapter`) or abstract class is a good way, because Pest is the only one exception that works...

> @maks-rafalko why no returning a combination within `getVersion(): string`? `Pest X; PHPUnit Y`? This way we have the info we need both as a dev and a user, since...

Hello, sorry for the late reply. To be honest, I'm not sure I completely get the issue. Could you please point to the code where "lib supports two incompatible versions...