Change order

This commit is contained in:
Oliver Davies 2024-01-16 12:44:27 +00:00
parent 59d543c06b
commit 15e319763d

View file

@ -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 %}