Today we are going to learn about PHPUnit, It’s testing framework for PHP programming language.
What is PHPUnit?
PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks.
Types of Testing
– Unit Testing
– Functional Testing
– Integration Testing
– Acceptance Testing
PHPUnit website: https://phpunit.de/
Download demo source code: phpunit – Google Drive
I hope you enjoy the video, Please let me know your questions and queries in comment section.