Testing
Mutation Testing with Infection
A beginners’ look at Mutation Testing and how to get started with Infection, the Mutation Testing Framework for PHP to improve the quality of your web applications.
A beginners’ look at Mutation Testing and how to get started with Infection, the Mutation Testing Framework for PHP to improve the quality of your web applications.
For security reasons two-factor authentication (2FA) is added to a login process, but how can you test this properly when random code is being generated?
A quick solution to remove dependency on a final class in your unit test using reflection.