From aaf499b0dfc934546ac60b97fa25409f1b802179 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 25 Feb 2022 21:32:13 +0000 Subject: [PATCH] content: update contents --- source/_pages/drupal-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_pages/drupal-testing.md b/source/_pages/drupal-testing.md index c60a4113..7c129585 100644 --- a/source/_pages/drupal-testing.md +++ b/source/_pages/drupal-testing.md @@ -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.