PHPnews.io

Overview for 'testing'



Testing without mocking frameworks.

Written by Frank de Jonge / Original link on Mar. 23, 2020

Over the years, my coding practices have changed a lot. From hacking away until it works to TDD/BDD/DDD and everything in between. One of the biggest changes in my developer career has been when, why, and how I test my code. In particular, my view on mocking frameworks has changed a lot. A couple…


Testing without mocking frameworks.

Written by Frank de Jonge / Original link on Mar. 23, 2020

Over the years, my coding practices have changed a lot. From hacking away until it works to TDD/BDD/DDD and everything in between. One of the biggest changes in my developer career has been when, why, and how I test my code. In particular, my view on mocking frameworks has changed a lot. A couple…