content: update contents

This commit is contained in:
Oliver Davies 2022-02-25 21:32:13 +00:00
parent 2b7c1f10e6
commit aaf499b0df

View file

@ -25,7 +25,7 @@ I offer an interactive full-day workshop (previously presented in-person for Dru
* What is automated testing, and why write tests?
* What types of tests are available in Drupal?
* Outside-in vs. inside-out testing.
* Exercise: learn to writing tests by testing existing Drupal core functionality.
* Exercise: writing tests for existing Drupal core functionality.
* Exercise: adding tests to an existing custom module.
* What is test-driven development?
* Exercise: writing a new Drupal module from scratch with tests.