Conferences
The Online PHP Conference
This article is a recap of participating in the Online PHP Conference organised by the folks of thePHP.cc held in January 2021.
This article is a recap of participating in the Online PHP Conference organised by the folks of thePHP.cc held in January 2021.
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.
Learn testing in this fun, engaging and educating workshop where four groups are testing a specific aspect of a web application. (more…)
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.