Unit Testing with PHPUnit

Go to class
Write Review

Free Online Course: Unit Testing with PHPUnit provided by Pluralsight is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Unit Testing with PHPUnit is taught by Anna Filina.

Overview
  • Unit tests enable you to significantly reduce time on debugging and prevent you from breaking everything when you make changes. This course will teach you howto write unit tests in a simple and efficient way.

    Debugging is typically very time-consuming, and pre-release manual testing is often unreliable. In this course, Unit Testing with PHPUnit, you’ll learn to write unit tests in PHP. First, you’ll explore the fundamentals of unit tests and PHPUnit itself. Next, you’ll discover how to write better tests using mocks. Finally, you’ll learn how to track your code coverage and run tests using continuous integration. When you’re finished with this course, you’ll have the skills and knowledge of PHPUnit needed to increase the quality of your PHP applications.