From 8966352c4a7a9ef411184dabd8fb1e51045ed906 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 12 Jan 2024 10:05:19 +0000 Subject: [PATCH] Add daily email for 2024-01-11 My Drupal testing email course is live --- source/_daily_emails/2024-01-11.md | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 source/_daily_emails/2024-01-11.md diff --git a/source/_daily_emails/2024-01-11.md b/source/_daily_emails/2024-01-11.md new file mode 100644 index 000000000..65f756823 --- /dev/null +++ b/source/_daily_emails/2024-01-11.md @@ -0,0 +1,32 @@ +--- +title: My Drupal testing email course is live +date: 2024-01-11 +permalink: archive/2024/01/11/my-drupal-testing-email-course-is-live +snippet: | + Do you want to learn automated testing in Drupal? My free email course is live! Learn from a DrupalCon speaker, workshop trainer, and module maintainer how to write tests in Drupal. +tags: + - softare-development + - drupal + - php + - phpc + - automated-testing + - test-driven-development +--- + +{% block content %} +Do you want to learn automated testing in Drupal? + +My free email course is live! + +Learn how to write tests in Drupal from a DrupalCon speaker, workshop trainer, and module maintainer (me!). + +Register for the course and get a lesson each day where you build a module from scratch with automated tests and test-driven development based on my previous talks and workshops. + +All emails are sent from my personal email address, so if you have questions or issues, you can press reply and let me know. I'll be happy to help! + +Happy testing! +{% endblock %} + +{% block cta %} +P.S. Did you on this list by mistake? If you want the email course but are getting these daily emails instead, feel free to unsubscribe from this list and re-register for the course at [{{site.url}}/atdc]({{site.url}}/atdc). +{% endblock %}