Testing Symfony 5 applications

Article Index

There are a lot of good articles on test driven development in php and some on doing this in Symfony. I use this a lot in my projects, including continuous integration via a Jenkins CI server. In this article, I will explain a few special things that I use in my tests, which might or might not be of help for others.

Introduction

Developing Symfony 5 applications is like developing any other software: it can be done by just coding some functions or one can try to use a bunch of automatic tools to improve quality and to be faster to deploy. In the following article, I will show how I use tools and automatic testing to improve quality and to speed up releases.