Release 1.19.7 (#3286)
* fix isWeekend() test for sunday fdow * re-use the pattern for optgroup title * prevent method on null * composer update * pre-select an option if it is the only available one * added command to stop all active timesheets
This commit is contained in:
@@ -341,10 +341,8 @@ class BaseQueryTest extends TestCase
|
||||
$dateRange->setEnd($end);
|
||||
|
||||
self::assertSame($begin, $sut->getDateRange()->getBegin());
|
||||
/* @phpstan-ignore-next-line */
|
||||
self::assertSame($begin, $sut->getBegin());
|
||||
self::assertSame($end, $sut->getDateRange()->getEnd());
|
||||
/* @phpstan-ignore-next-line */
|
||||
self::assertSame($end, $sut->getEnd());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user