From 852f690115c29f1ac507c3b07c76c1ea1dc85812 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 13 Feb 2024 00:07:36 +0000 Subject: [PATCH] Update introduction text --- source/_pages/atdc/0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_pages/atdc/0.md b/source/_pages/atdc/0.md index c6a86f284..8bfb0df30 100644 --- a/source/_pages/atdc/0.md +++ b/source/_pages/atdc/0.md @@ -10,7 +10,7 @@ permalink: /atdc/0-introduction {% block content %} Thank you for registering for this free email course on automated testing in Drupal. -Over the next week, you'll receive a lesson a day by email and go from nothing to a working Drupal application with a PHPUnit-powered test suite. +Over the next ten days, you'll receive a lesson a day by email and go from nothing to a working Drupal application with a PHPUnit-powered test suite. We'll look at the different types of tests and how to use automated testing and test-driven development to develop a Drupal module from scratch.