From a03ebca47fa9c0d631641a7e66009452c299d418 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 12 Jan 2024 23:51:24 +0000 Subject: [PATCH] Update page content --- source/_pages/atdc.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/source/_pages/atdc.md b/source/_pages/atdc.md index 06c4ac50..9e3a662d 100644 --- a/source/_pages/atdc.md +++ b/source/_pages/atdc.md @@ -3,9 +3,19 @@ title: Introduction to Automated Testing in Drupal email course --- {% block content %} - Register below for my free 7-day email course on automated testing in Drupal: - {% include 'email-course-form.html.twig' %} +Do you want to learn how to write automated tests and do test-driven development in Drupal? + +Register below for my free 7-day email course, during which you'll learn to write a new Drupal module from scratch with automated tests. + +Learn to test things like: + +* Whether pages exist. +* Whether users can view specific pages based on their permissions. +* Whether certain content is visible on a page given particular circumstances. +* Refactoring code to test dedicated classes such as Repositories and Services. + +{% include 'email-course-form.html.twig' %} {% endblock %} {% block content_bottom %}