Change "Test Driven" to "Test-Driven"
This commit is contained in:
parent
27c5ea4c16
commit
3057ffdc25
15 changed files with 18 additions and 18 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue