replace PHPUnit annotations with attributes (#5608)
This commit is contained in:
@@ -15,11 +15,10 @@ use App\Repository\BookmarkRepository;
|
||||
use App\Repository\TimesheetRepository;
|
||||
use App\Timesheet\FavoriteRecordService;
|
||||
use App\Twig\Runtime\TimesheetExtension;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* @covers \App\Twig\Runtime\TimesheetExtension
|
||||
*/
|
||||
#[CoversClass(TimesheetExtension::class)]
|
||||
class TimesheetExtensionTest extends TestCase
|
||||
{
|
||||
public function testActiveEntries(): void
|
||||
|
||||
Reference in New Issue
Block a user