Auto commit for release 'develop' on 2024-03-18

This commit is contained in:
github-actions
2024-03-18 01:30:56 +01:00
parent 7dcaf167e9
commit ddf1a8cebb
63 changed files with 140 additions and 110 deletions

View File

@@ -84,7 +84,6 @@ final class NavigationEndOfPeriodTest extends TestCase
{
$period = clone $this->navigation->endOfPeriod($from, $frequency);
self::assertSame($expected->toDateString(), $period->toDateString());
}
public static function provideUnknownFrequencies(): iterable