Unit Testing a custom module with PHPUnit, its not as hard as you think!

Sometimes the requirements for a site are straight forward and you end up writing very little PHP by hand. As nice as that can be; sometimes to achieve the business goals of a site you need to dig in and write a lot of custom code to do something unconventional and usually fun! The more complex the requirements, the more chances there are for something to go wrong and for a breaking change to be introduced. In this session, we'll cover the basics of installing and configuring PHPUnit for a Drupal 7 site via composer; including ensuring that Drupal's functions will be available to your tests; and look a little bit at writing testable code.

Presented by: Dustin LeBlanc, Senior Developer, Singlebrook Technology