Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Oct 17, 2023
1 parent cd7cb9a commit 4a388d4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/ElasticSearch/JsonDocument/EventTransformerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,17 @@ public function it_transforms_periodic_opening_hours_to_date_ranges(): void
);
}

/**
* @test
*/
public function it_transforms_periodic_last_opening_hours_last_day_open_to_date_ranges(): void
{
$this->transformAndAssert(
__DIR__ . '/data/event/original-periodic-with-opening-hours-last-day-open.json',
__DIR__ . '/data/event/indexed-periodic-with-opening-hours-last-day-open.json'
);
}

/**
* @test
*/
Expand Down

0 comments on commit 4a388d4

Please sign in to comment.