Change "Test Driven" to "Test-Driven"

This commit is contained in:
Oliver Davies 2021-10-05 12:00:00 +01:00
parent 27c5ea4c16
commit 3057ffdc25
15 changed files with 18 additions and 18 deletions

View file

@ -45,7 +45,7 @@ menus:
href: /pair-with-me
is_active: '^/pair-with-me/?'
- title: Test Driven Drupal
- title: Test-Driven Drupal
href: /test-driven-drupal
is_active: '^/test-driven-drupal/?'

View file

@ -28,7 +28,7 @@ As well as Drupal, Ive worked with other PHP projects like Symfony and Larave
* Board member for the [Drupal England and Wales Association](https://drupal-england-wales.github.io) (2020 to present).
* DrupalCon track team member, selecting sessions for DrupalCon Europe 2021.
* Community mentor (volunteer) for DrupalEasy's [Drupal Career Online](https://www.drupaleasy.com/academy/dco/course-information) course (2021 to present).
* Currently writing "Test Driven Drupal", an eBook about automated testing and test-driven development in Drupal.
* Currently writing "Test-Driven Drupal", an eBook about automated testing and test-driven development in Drupal.
## Podcasts

View file

@ -1,5 +1,5 @@
---
title: 'Test Driven Drupal: The Book'
title: 'Test-Driven Drupal: The Book'
---
<div class="markdown spaced-y-4 mb-6">

View file

@ -1,4 +1,4 @@
<p><strong>Enter your email address to subscribe to the Test Driven Drupal mailing list
<p><strong>Enter your email address to subscribe to the Test-Driven Drupal mailing list
and be notified of any updates.</strong></p>
<div class="w-full lg:w-2/3">

View file

@ -52,7 +52,7 @@ The completed code that I wrote beforehand for these is available in their own
code.
Once these exercises were completed, we looked at creating a blog page using
test driven development - the example that I use in the [TDD - Test Driven
test driven development - the example that I use in the [TDD - Test-Driven
Drupal talk][9], to give a more real-word scenario. It would have been good to
have gone through this as an exercise too, if wed have had more time.
@ -89,7 +89,7 @@ the need to sometimes switch back and forth between slides. Ive found that I
can export the slide deck as PNGs or JPGs from Deckset, so Ill definitely do
that next time.
Im giving the [Test Driven Drupal][9] talk at the [Drupal Dev Days
Im giving the [Test-Driven Drupal][9] talk at the [Drupal Dev Days
conference][12] next week, and Im hoping to give it again at other meetups and
events in the UK. If youd like me to do either at your meetup or event, [get in
touch][13].

View file

@ -10,7 +10,7 @@ date: 2020-07-30
After giving my [Ansible and Ansistrano talk](/talks/deploying-php-ansible-ansistrano) in Amsterdam, I'm excited that another of my talks has been accepted for DrupalCon!
This year, my [TDD - Test Driven Drupal](/talks/tdd-test-driven-drupal) talk has been accepted for DrupalCon Europe, will is being held online from December 8-11th.
This year, my [TDD - Test-Driven Drupal](/talks/tdd-test-driven-drupal) talk has been accepted for DrupalCon Europe, will is being held online from December 8-11th.
I first gave this talk at DrupalCamp London 2017 and again a number of times over the last few years including at Drupal Developer Days in Lisbon and most recently for the North West (UK) Drupal user group in May. I've always had good feedback from it, and enjoy teaching others about testing and hopefully continue to inspire people to start writing tests themselves.

View file

@ -18,7 +18,7 @@ At the time of writing, these are the talks that I've given remotely or are alre
If you'd like me to speak at your online conference or user group and be added to this list, please contact me and we can see if we can find a suitable date.
## Test Driven Drupal
## Test-Driven Drupal
An overview of automated testing in Drupal, and a demo of building a new Drupal 8 (or 9) module using test driven development.

View file

@ -1,6 +1,6 @@
---
title: Survey results from my DrupalCon Europe session (Test Driven Drupal)
excerpt: Here are the results from the session survey for my DrupalCon session (Test Driven Drupal) on Drupal automated testing and test-driven development.
title: Survey results from my DrupalCon Europe session (Test-Driven Drupal)
excerpt: Here are the results from the session survey for my DrupalCon session (Test-Driven Drupal) on Drupal automated testing and test-driven development.
tags:
- drupalcon
- speaking

View file

@ -1,5 +1,5 @@
---
title: Test Driven Ansible Role Development with Molecule
title: Test-Driven Ansible Role Development with Molecule
date: 2019-06-02
excerpt: Some resources that I found for testing Ansible roles with a tool called Molecule.
tags:

View file

@ -1,5 +1,5 @@
---
title: Test Driven Drupal on Gitstore and Leanpub
title: Test-Driven Drupal on Gitstore and Leanpub
excerpt: The work-in-progress codebase for the example application is now on Gitstore.
date: 2020-04-22
tags:

View file

@ -1,5 +1,5 @@
---
title: Test Driven Drupal presentation from DrupalCon Europe
title: Test-Driven Drupal presentation from DrupalCon Europe
excerpt: Links to the video and slides from my automated testing session from DrupalCon Europe.
tags:
- drupal

View file

@ -1,5 +1,5 @@
---
title: Writing a new Drupal 8 Module using Test Driven Development (TDD)
title: Writing a new Drupal 8 Module using Test-Driven Development (TDD)
date: 2017-11-07
tags:
- drupal

View file

@ -1,5 +1,5 @@
---
title: Automated testing and Test Driven Development in Drupal 8
title: Automated testing and Test-Driven Development in Drupal 8
description: A workshop that I gave about automated testing and test driven development in Drupal 8.
events:
-

View file

@ -1,5 +1,5 @@
---
title: TDD - Test Driven Drupal
title: TDD - Test-Driven Drupal
description: How to write automated tests for Drupal, and how to create a new Drupal module using test driven development.
speakerdeck:
id: 088cb18033064f5cb18d1079795294a1

View file

@ -71,7 +71,7 @@ final class TalkExtensionTest extends TestCase
]
],
[
'title' => 'TDD - Test Driven Drupal',
'title' => 'TDD - Test-Driven Drupal',
'events' => [
[
'date' => Carbon::today()->subDay()->format('Y-m-d'),
@ -96,7 +96,7 @@ final class TalkExtensionTest extends TestCase
],
],
[
'title' => 'TDD - Test Driven Drupal',
'title' => 'TDD - Test-Driven Drupal',
'events' => [
[
'date' => Carbon::today()->addDay()->format('Y-m-d'),