replace PHPUnit annotations with attributes (#5608)
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
namespace App\Tests\Form\Extension;
|
||||
|
||||
use App\Form\Extension\DocumentationLinkExtension;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Symfony\Component\Form\Extension\Core\Type\FormType;
|
||||
use Symfony\Component\Form\FormInterface;
|
||||
@@ -17,9 +18,7 @@ use Symfony\Component\Form\FormView;
|
||||
use Symfony\Component\OptionsResolver\Exception\InvalidOptionsException;
|
||||
use Symfony\Component\OptionsResolver\OptionsResolver;
|
||||
|
||||
/**
|
||||
* @covers \App\Form\Extension\DocumentationLinkExtension
|
||||
*/
|
||||
#[CoversClass(DocumentationLinkExtension::class)]
|
||||
class DocumentationLinkExtensionTest extends TestCase
|
||||
{
|
||||
public function testExtendedTypes(): void
|
||||
|
||||
Reference in New Issue
Block a user