From c927a44a1b9d69c2b0c55ece228b56edf324ea39 Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@oliverdavies.uk> Date: Mon, 28 Feb 2022 00:31:01 +0000 Subject: [PATCH] content: add configuring PHPUnit --- source/_pages/drupal-testing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_pages/drupal-testing.md b/source/_pages/drupal-testing.md index 06fc7abe6..f7455a2c4 100644 --- a/source/_pages/drupal-testing.md +++ b/source/_pages/drupal-testing.md @@ -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 types of tests are available in Drupal? * Outside-in vs. inside-out testing. +* Configuring Drupal and PHPUnit to run tests locally. * Exercise: writing tests for existing Drupal core functionality. * Exercise: adding tests to an existing custom module. * What is test-driven development?