Testing frameworks
Just like we have frameworks for writing software, we have frameworks for writing test cases as well. As we are PHP developers, we will use a testing framework that is written in PHP or in which we can write test cases in PHP so that we can use it easily.
First of all, there are different testing frameworks that we can use in PHP, no matter which development framework we are using for application development. However, there are also testing tools that come with Laravel and Lumen. We can also use them for writing test cases. In fact, it will be easier to write test cases for Lumen but it will be Lumen and Laravel specific. Here, we will use a framework that you will be able to use outside the Lumen and Laravel ecosystems ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access