test: add a response to the existing attendees
This commit is contained in:
parent
7b5da6e46a
commit
59ed9d486c
|
@ -11,9 +11,9 @@ final class FakeEventRepository implements EventRepository
|
||||||
{
|
{
|
||||||
public function getConfirmedAttendees(): Collection {
|
public function getConfirmedAttendees(): Collection {
|
||||||
return Collection::make([
|
return Collection::make([
|
||||||
['name' => 'matthew s.'],
|
['name' => 'matthew s.', 'response' => 'yes'],
|
||||||
['name' => 'Michael P.'],
|
['name' => 'Michael P.', 'response' => 'yes'],
|
||||||
['name' => 'Kathryn "Kat" R.'],
|
['name' => 'Kathryn "Kat" R.', 'response' => 'yes'],
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue