replace PHPUnit annotations with attributes (#5608)
This commit is contained in:
@@ -11,11 +11,10 @@ namespace App\Tests\Form;
|
||||
|
||||
use App\Entity\Project;
|
||||
use App\Form\ProjectEditForm;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
use Symfony\Component\Form\Test\TypeTestCase;
|
||||
|
||||
/**
|
||||
* @covers \App\Form\ProjectEditForm
|
||||
*/
|
||||
#[CoversClass(ProjectEditForm::class)]
|
||||
class ProjectEditFormTest extends TypeTestCase
|
||||
{
|
||||
public function testWithNewProject(): void
|
||||
|
||||
Reference in New Issue
Block a user