Add an Event bundle class
This commit is contained in:
parent
f56eb931c2
commit
14cd79a960
6 changed files with 49 additions and 14 deletions
|
@ -39,7 +39,7 @@ final class PresentationTest extends ExistingSiteBase {
|
|||
);
|
||||
|
||||
$this->assertSame(
|
||||
actual: $events->first()->get('field_event_name')->value,
|
||||
actual: $events->first()->getEventName(),
|
||||
expected: 'yesterday',
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue