Release 2.12 (#4609)
This commit is contained in:
@@ -18,7 +18,7 @@ abstract class AbstractTimesheetEventTest extends TestCase
|
||||
{
|
||||
abstract protected function createTimesheetEvent(Timesheet $timesheet): AbstractTimesheetEvent;
|
||||
|
||||
public function testGetterAndSetter()
|
||||
public function testGetterAndSetter(): void
|
||||
{
|
||||
$timesheet = new Timesheet();
|
||||
$sut = $this->createTimesheetEvent($timesheet);
|
||||
|
||||
Reference in New Issue
Block a user