docs: add Tawny testimonial
This commit is contained in:
parent
bc73c48458
commit
6eef662068
|
@ -2,6 +2,7 @@
|
|||
layout: ~/layouts/PageLayout.astro
|
||||
title: Introduction to Automated Testing and Test-Driven Development with Drupal
|
||||
testimonials:
|
||||
- tawny-bartlett
|
||||
- mike-karthauser
|
||||
- scott-euser
|
||||
---
|
||||
|
@ -20,9 +21,6 @@ export const isEarlyBird = true;
|
|||
|
||||
export const nextDate = "2022-04-04";
|
||||
|
||||
export const testimonials = [
|
||||
];
|
||||
|
||||
Are you a Drupal Developer who wants to learn about automated testing and test-driven development, or do you manage a development team that you'd like to train?
|
||||
|
||||
I've delivered large Drupal projects using automated tests and test-driven development for custom functionality, and maintain Drupal modules with thousands of installations whilst using their tests to ensure working code and prevent regressions.
|
||||
|
|
Loading…
Reference in a new issue