replace PHPUnit annotations with attributes (#5608)
This commit is contained in:
@@ -12,11 +12,10 @@ namespace App\Tests\Reporting\YearlyUserList;
|
||||
use App\Reporting\AbstractUserList;
|
||||
use App\Reporting\YearlyUserList\YearlyUserList;
|
||||
use App\Tests\Reporting\AbstractUserListTestCase;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
|
||||
/**
|
||||
* @covers \App\Reporting\YearlyUserList\YearlyUserList
|
||||
* @covers \App\Reporting\AbstractUserList
|
||||
*/
|
||||
#[CoversClass(YearlyUserList::class)]
|
||||
#[CoversClass(AbstractUserList::class)]
|
||||
class YearlyUserListTest extends AbstractUserListTestCase
|
||||
{
|
||||
protected function createSut(): AbstractUserList
|
||||
|
||||
Reference in New Issue
Block a user