Add Matthieu Scarset
This commit is contained in:
parent
74947e0b56
commit
cd9a0f2ef0
|
@ -30,6 +30,15 @@ menu_links:
|
||||||
url: /daily
|
url: /daily
|
||||||
|
|
||||||
testimonials:
|
testimonials:
|
||||||
|
-
|
||||||
|
text: |
|
||||||
|
Following your "Automated tests" emails and they are great! Such a pleasant reading. I love how you start from the very beginning and keeping things simple, step by step.
|
||||||
|
|
||||||
|
Looking forward to more content!
|
||||||
|
name: Matthieu Scarset
|
||||||
|
title: Drupal Expert
|
||||||
|
image:
|
||||||
|
url: '%site.assets_url%/assets/images/recommendations/matthieu-scarset.jpg'
|
||||||
-
|
-
|
||||||
text: |
|
text: |
|
||||||
Hi Oliver, we met briefly at the Tech Connect event in London last month. Been reading through a few of your latest posts and have found the messages valuable, especially as we spent the week learning about unit, integration and e2e testing. I have signed up to your mailing list to keep the good advice flowing!
|
Hi Oliver, we met briefly at the Tech Connect event in London last month. Been reading through a few of your latest posts and have found the messages valuable, especially as we spent the week learning about unit, integration and e2e testing. I have signed up to your mailing list to keep the good advice flowing!
|
||||||
|
|
|
@ -22,6 +22,7 @@ Learn to test things like:
|
||||||
<div class="space-y-12">
|
<div class="space-y-12">
|
||||||
{% include 'testimonials.html.twig' with {
|
{% include 'testimonials.html.twig' with {
|
||||||
names: [
|
names: [
|
||||||
|
"Matthieu Scarset",
|
||||||
"Mike Karthauser",
|
"Mike Karthauser",
|
||||||
"Tawny Bartlett",
|
"Tawny Bartlett",
|
||||||
"Scott Euser",
|
"Scott Euser",
|
||||||
|
|
Loading…
Reference in a new issue