From 15e319763debb355ddfd17fced89c8982ce592e1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 16 Jan 2024 12:44:27 +0000 Subject: [PATCH] Change order --- 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 e88253afc..3d30afece 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, Builders, Actions and Services. +* Refactoring code to test dedicated classes such as Services, Repositories, Builders and Actions. {% include 'email-course-form.html.twig' %} {% endblock %}