Tag: BDD

If you think you have written enough tests, it’s high time you reconsider it!

If you think you have written enough tests, it’s high time you reconsider it!

What is this about? It’s about a built-in feature of Codeception (a tool powering the Falcon’s testing suite, which is a BehaviourDrivenDevelopment-styled PHP testing framework, brought to you by Codeception Team, OpenSource and MITLicensed), which helps in analyzing the code coverage. This feature of Codeception allows you to collect code coverage reports for all your tests:…