content: add configuring PHPUnit

This commit is contained in:
Oliver Davies 2022-02-28 00:31:01 +00:00
parent 03ffa4398f
commit c927a44a1b

View file

@ -25,6 +25,7 @@ I offer an interactive full-day workshop (previously presented at DrupalCamp Lon
* What is automated testing, and why write tests? * What is automated testing, and why write tests?
* What types of tests are available in Drupal? * What types of tests are available in Drupal?
* Outside-in vs. inside-out testing. * Outside-in vs. inside-out testing.
* Configuring Drupal and PHPUnit to run tests locally.
* Exercise: writing tests for existing Drupal core functionality. * Exercise: writing tests for existing Drupal core functionality.
* Exercise: adding tests to an existing custom module. * Exercise: adding tests to an existing custom module.
* What is test-driven development? * What is test-driven development?