replace PHPUnit annotations with attributes (#5608)
This commit is contained in:
@@ -10,10 +10,9 @@
|
||||
namespace App\Tests\EventSubscriber\Actions;
|
||||
|
||||
use App\EventSubscriber\Actions\InvoiceTemplatesSubscriber;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
|
||||
/**
|
||||
* @covers \App\EventSubscriber\Actions\InvoiceTemplatesSubscriber
|
||||
*/
|
||||
#[CoversClass(InvoiceTemplatesSubscriber::class)]
|
||||
class InvoiceTemplatesSubscriberTest extends AbstractActionsSubscriberTestCase
|
||||
{
|
||||
public function testEventName(): void
|
||||
|
||||
Reference in New Issue
Block a user