Update presentations to use the abstract block

This commit is contained in:
Oliver Davies 2025-03-21 17:11:10 +00:00
parent 51b1ce4d55
commit 76ae7ae61c
26 changed files with 52 additions and 0 deletions

View file

@ -71,6 +71,7 @@ events:
online: true
---
{% block abstract %}
Testing is important.
It allows developers to add new features and edit and refactor existing code without the worry of adding regressions, reduces the reliance on manual testing to discover bugs, and by taking a test-driven approach, your implementation code is leaner as you only write what is needed for your tests to pass.
@ -84,3 +85,4 @@ In this talk, we'll cover the methodology and terminology involved with automate
P.S. If you want to learn more about automated testing and test-driven development in Drupal, [register for my free 10-day email course][course].
[course]: /atdc
{% endblock %}