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