replace PHPUnit annotations with attributes (#5608)
This commit is contained in:
@@ -12,10 +12,9 @@ namespace App\Tests\Event;
|
||||
use App\Entity\Timesheet;
|
||||
use App\Event\AbstractTimesheetEvent;
|
||||
use App\Event\TimesheetRestartPreEvent;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
|
||||
/**
|
||||
* @covers \App\Event\TimesheetRestartPreEvent
|
||||
*/
|
||||
#[CoversClass(TimesheetRestartPreEvent::class)]
|
||||
class TimesheetRestartPreEventTest extends AbstractTimesheetEventTestCase
|
||||
{
|
||||
protected function createTimesheetEvent(Timesheet $timesheet): AbstractTimesheetEvent
|
||||
|
||||
Reference in New Issue
Block a user