Bumped the Forme plugin/theme boilerplates onto #PestPHP v2 💪 https://github.com/formewp/forme-plugin/commit/46c284d583ab7d61c3b0c80052bcd588c433a399
This week I have been writing a lot of tests in #PestPHP and #Vitest. It's funny, when Copilot and then ChatGPT first came out I was like, "yes automated automated test writing - nice" But it's usually so meh and so wrong, I find it a waste of time to have to debug its garbage code. Struggles to remember which test framework I'm using from one response to the next - way quicker to just write them myself.
How to test Laravel's invokable rules
RT @eerison
I've started to create a plugin to use @ApiPlatform with @pestphp , and in few methods added there I can see how nice is write test with #pestphp <3, after finish someway to authenticate with user and check response, I will add a initial release ;)