replace PHPUnit annotations with attributes (#5608)
This commit is contained in:
@@ -13,10 +13,9 @@ use App\Entity\Customer;
|
||||
use App\Entity\Invoice;
|
||||
use App\Repository\Query\BaseQuery;
|
||||
use App\Repository\Query\InvoiceArchiveQuery;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
|
||||
/**
|
||||
* @covers \App\Repository\Query\InvoiceArchiveQuery
|
||||
*/
|
||||
#[CoversClass(InvoiceArchiveQuery::class)]
|
||||
class InvoiceArchiveQueryTest extends BaseQueryTest
|
||||
{
|
||||
public function testQuery(): void
|
||||
|
||||
Reference in New Issue
Block a user