Phpstorm
Expected, actual, and super fast assertion creation
If you follow this blog[1] you know that one thing I enjoy is improving my workflow inside my IDE. The feeling of productivity of being able to code something in seconds instead of minutes brings me...
read articleCoder ses tests sans les mains grâce aux Live Templates de PhpStorm
Je ne tape pas particulièrement vite, en tous clairement pas avec les 5 doigts des 2 mains[1] mais j’arrive à compenser parce que j’ai trouvé différentes manières d’écrire le même code que quelqu’un...
read articleAn alias to easily debug PHP scripts
As I said before, I’m trying to save some time when using the CLI, and I rely more and more on aliases. Aliases are fantastic to save some keystrokes, and they also significantly help with something...
read articleGenerating dates and UUIDs easily in PhpStorm
Legacy codebases tend to lack tests. One way to introduce some safety net before messing around with the code is to add characterization tests. In this kind of test, we feed some input to the system...
read article