Fix CalendarContextTest after faulty php cs fix

This commit is contained in:
Julie Lenaerts 2024-08-14 15:27:00 +02:00
parent 85811cc6ae
commit 305105faae

View File

@ -47,7 +47,7 @@ final class CalendarContextTest extends TestCase
{ {
$expected = $expected =
[ [
'track_datetime' => true, 'trackDatetime' => true,
'askMainPerson' => true, 'askMainPerson' => true,
'mainPersonLabel' => 'docgen.calendar.Destinee', 'mainPersonLabel' => 'docgen.calendar.Destinee',
'askThirdParty' => false, 'askThirdParty' => false,
@ -61,7 +61,7 @@ final class CalendarContextTest extends TestCase
{ {
$expected = $expected =
[ [
'track_datetime' => true, 'trackDatetime' => true,
'askMainPerson' => true, 'askMainPerson' => true,
'mainPersonLabel' => 'docgen.calendar.Destinee', 'mainPersonLabel' => 'docgen.calendar.Destinee',
'askThirdParty' => false, 'askThirdParty' => false,