Update email course from 7 days to 10 days
This commit is contained in:
parent
c9c917d445
commit
4c685d2c36
|
@ -28,4 +28,4 @@ The project is still in progress, so I'll add more tests for the remaining funct
|
||||||
|
|
||||||
P.S. Are you interested in automated testing and test-driven development? I'm speaking about it at DrupalCon Europe on the 17th of October!
|
P.S. Are you interested in automated testing and test-driven development? I'm speaking about it at DrupalCon Europe on the 17th of October!
|
||||||
|
|
||||||
You can also pre-register for my free 7-day automated testing email course at https://opdavi.es/testing-email-course.
|
You can also pre-register for my free 10-day automated testing email course at https://opdavi.es/testing-email-course.
|
||||||
|
|
|
@ -6,7 +6,7 @@ title: Introduction to Automated Testing in Drupal email course
|
||||||
|
|
||||||
Do you want to learn how to write automated tests and do test-driven development in Drupal?
|
Do you want to learn how to write automated tests and do test-driven development in Drupal?
|
||||||
|
|
||||||
Register below for my free 7-day email course, where you'll learn to write a new Drupal module from scratch with automated tests.
|
Register below for my free 10-day email course, where you'll learn to write a new Drupal module from scratch with automated tests.
|
||||||
|
|
||||||
Learn to test things like:
|
Learn to test things like:
|
||||||
|
|
||||||
|
|
|
@ -64,7 +64,7 @@ products:
|
||||||
text: Book your session now
|
text: Book your session now
|
||||||
url: /pair
|
url: /pair
|
||||||
-
|
-
|
||||||
title: Introduction to Automated Testing in Drupal - 7-day email course
|
title: Introduction to Automated Testing in Drupal - 10-day email course
|
||||||
description: |
|
description: |
|
||||||
Register for my free email course on automated testing in Drupal.
|
Register for my free email course on automated testing in Drupal.
|
||||||
link:
|
link:
|
||||||
|
|
|
@ -81,6 +81,6 @@ With testing being one of the Drupal core gates, with tests needing to be includ
|
||||||
|
|
||||||
In this talk, we'll cover the methodology and terminology involved with automated testing and then take a test-driven approach to create a new Drupal module.
|
In this talk, we'll cover the methodology and terminology involved with automated testing and then take a test-driven approach to create a new Drupal module.
|
||||||
|
|
||||||
P.S. If you want to learn more about automated testing and test-driven development in Drupal, [register for my free 7-day email course][course].
|
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
|
[course]: /atdc
|
||||||
|
|
Loading…
Reference in a new issue