No More Excuses: Test Your Modules!

Drupal Camp Asheville 2024 - July 12th-14th

Room
407
Start Time

Topics

Presenter(s)

Erich Beyrent
of
BioRAFT

Drupal 8 supports multiple ways to test your code, which gives developers the confidence to change functionality and ensure that regressions are caught early.

This session will introduce attendees to the following methods in Drupal 8 for providing test coverage:

  • Unit Tests
  • Kernel Tests
  • Functional Tests
  • Behavioral Tests

We will discuss when to use each kind of test, and how to handle potentially frustrating situations.

Code samples: https://github.com/ebeyrent/apod