oliverdavies.uk/source/_pages/atdc.md

28 lines
829 B
Markdown
Raw Normal View History

2024-01-03 20:00:00 +00:00
---
title: Introduction to Automated Testing in Drupal email course
---
{% block content %}
2024-01-12 23:51:24 +00:00
Do you want to learn how to write automated tests and do test-driven development in Drupal?
Register below for my free 10-day email course, where you'll learn to write a new Drupal module from scratch with automated tests.
2024-01-12 23:51:24 +00:00
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.
2024-01-16 12:44:27 +00:00
* Refactoring code to test dedicated classes such as Services, Repositories, Builders and Actions.
2024-01-12 23:51:24 +00:00
{% include 'email-course-form.html.twig' %}
2024-01-03 20:00:00 +00:00
{% endblock %}
{% block content_bottom %}
<div class="space-y-12">
2024-04-30 17:24:05 +00:00
{% include 'testimonials' with { tag: 'atdc' } %}
2024-01-03 20:00:00 +00:00
2024-01-03 20:00:00 +00:00
{{ parent() }}
2024-01-03 20:00:00 +00:00
</div>
{% endblock %}