Robin Graillon

Robin Graillon

Robin est un développeur PHP/Symfony passionné. Il aime découvrir de nouvelles technologies, pratiquer plusieurs langages, et parler de lui à la 3ème personne.


Articles and tutorials by the author

Mutation Testing - Check the quality of your unit tests

Mutation Testing - Check the quality of your unit tests

It is well established : unit tests are mandatory when developing an application. They allow to highlight possible regressions when code is modified, so the developer gets a certain confidence when shipping his code to production : If tests do pass, everything works correctly.