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

@ -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'),