From 314a74ecaecc6771a1187901ebfa019b1f50724a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 21 Dec 2019 12:26:47 +0100 Subject: [PATCH] the start and end of a day can be created --- Config/reportLang.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Config/reportLang.php b/Config/reportLang.php index f8997ae..0ac92bd 100644 --- a/Config/reportLang.php +++ b/Config/reportLang.php @@ -1336,6 +1336,8 @@ return [ 'phpOMS\tests\Stdlib\Base\SmartDateTimeTest:testStartOfMonth' => ['description' => 'A smart datetime can be returned of the fist day of the month', 'type' => 'framework'], 'phpOMS\tests\Stdlib\Base\SmartDateTimeTest:testEndOfWeek' => ['description' => 'A smart datetime can be returned of the fist day of the week', 'type' => 'framework'], 'phpOMS\tests\Stdlib\Base\SmartDateTimeTest:testStartOfWeek' => ['description' => 'A smart datetime can be returned of the last day of the week', 'type' => 'framework'], + 'phpOMS\tests\Stdlib\Base\SmartDateTimeTest:testEndOfDay' => ['description' => 'A smart datetime can be returned of the end of the day', 'type' => 'framework'], + 'phpOMS\tests\Stdlib\Base\SmartDateTimeTest:testStartOfDay' => ['description' => 'A smart datetime can be returned of the start of the day', 'type' => 'framework'], 'phpOMS\tests\Stdlib\Base\SmartDateTimeTest:testLeapYear' => ['description' => 'A date or year can be checked if it is a leap year', 'type' => 'framework'], 'phpOMS\tests\Stdlib\Base\SmartDateTimeTest:testDayOfWeek' => ['description' => 'The day of the week index can be retruned from a date', 'type' => 'framework'], 'phpOMS\tests\Stdlib\Base\SmartDateTimeTest:testInvalidDayOfWeek' => ['description' => 'A invalid day of the week returns a negative week index', 'type' => 'framework'],