replace PHPUnit annotations with attributes (#5608)
This commit is contained in:
@@ -14,11 +14,10 @@ use App\Entity\Project;
|
||||
use App\Entity\User;
|
||||
use App\Export\ExportFilename;
|
||||
use App\Repository\Query\TimesheetQuery;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* @covers \App\Export\ExportFilename
|
||||
*/
|
||||
#[CoversClass(ExportFilename::class)]
|
||||
class ExportFilenameTest extends TestCase
|
||||
{
|
||||
public function testExportFilename(): void
|
||||
|
||||
Reference in New Issue
Block a user