Upgrade tests to PhpUnit 10 (#5252)
This commit is contained in:
@@ -17,7 +17,7 @@ use App\Event\TimesheetCreatePostEvent;
|
||||
* @covers \App\Event\AbstractTimesheetEvent
|
||||
* @covers \App\Event\TimesheetCreatePostEvent
|
||||
*/
|
||||
class TimesheetCreatePostEventTest extends AbstractTimesheetEventTest
|
||||
class TimesheetCreatePostEventTest extends AbstractTimesheetEventTestCase
|
||||
{
|
||||
protected function createTimesheetEvent(Timesheet $timesheet): AbstractTimesheetEvent
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user