diff --git a/src/pages/dto.mdx b/src/pages/dto.mdx index 38e91f55..0bdfdbd8 100644 --- a/src/pages/dto.mdx +++ b/src/pages/dto.mdx @@ -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.