From f46d562cc8499c28e9a4bbb713aded5a638f7136 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 13 Jan 2024 11:29:53 +0000 Subject: [PATCH] Update page content --- source/_pages/atdc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_pages/atdc.md b/source/_pages/atdc.md index 9e3a662d0..dcbac9c30 100644 --- a/source/_pages/atdc.md +++ b/source/_pages/atdc.md @@ -13,7 +13,7 @@ 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. +* Refactoring code to test dedicated classes such as Repositories, Actions and Services. {% include 'email-course-form.html.twig' %} {% endblock %}