Update page content

This commit is contained in:
Oliver Davies 2024-01-13 11:29:53 +00:00
parent b6f23e6b23
commit f46d562cc8

View file

@ -13,7 +13,7 @@ Learn to test things like:
* Whether pages exist. * Whether pages exist.
* Whether users can view specific pages based on their permissions. * Whether users can view specific pages based on their permissions.
* Whether certain content is visible on a page given particular circumstances. * 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' %} {% include 'email-course-form.html.twig' %}
{% endblock %} {% endblock %}