replace PHPUnit annotations with attributes (#5608)
This commit is contained in:
@@ -13,11 +13,10 @@ use App\Entity\Customer;
|
||||
use App\Entity\EntityWithBudget;
|
||||
use App\Model\BudgetStatisticModel;
|
||||
use App\Model\Statistic\BudgetStatistic;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* @covers \App\Model\BudgetStatisticModel
|
||||
*/
|
||||
#[CoversClass(BudgetStatisticModel::class)]
|
||||
class BudgetStatisticModelTest extends TestCase
|
||||
{
|
||||
protected function getSut(EntityWithBudget $entity): BudgetStatisticModel
|
||||
|
||||
Reference in New Issue
Block a user