Now it’s your turn to write a test! In this session, you will follow along with the instructor as they guide you from having nothing to having PHPUnit installed and some tests written to implement an Arabic to Roman Numeral conversion tool.

Bring your laptop with you and let’s hope the conference wifi
stays up!

By the end of this session you will have done the following:

Learned how PHPUnit works behind the scenes
Installed and configured PHPUnit
Built a series of tests using the Arrange-Act-Assert pattern

Comments

Comments are closed.

David Sutphin at 17:30 on 23 May 2019

This was one of my favorites. I enjoyed following along as the speaker built a few tests in PHPUnit from scratch.