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