Thumbnail for video 'Get started with Jenkins - Running PHPUnit tests after each commit'

← Back to courses

Running PHPUnit tests after each commit

In this video I'll show you how you can run PHPUnit tests on each Jenkins build. Unit testing ensures that your project remains stable and doesn't contain any regressions.

Source code

Source code of the GumballMachine, the unit test and the PHPUnit configuration can be found on GitHub.

Useful resources