Skip to content

Commit cf1cb7c

Browse files
committed
Use PHPUnit attributes
1 parent 109e0a1 commit cf1cb7c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/ModuleInstallerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@
1616
use Composer\Repository\RepositoryManager;
1717
use Composer\Util\HttpDownloader;
1818
use InvalidArgumentException;
19+
use PHPUnit\Framework\Attributes\CoversClass;
1920
use PHPUnit\Framework\Attributes\DataProvider;
2021
use PHPUnit\Framework\TestCase;
2122
use SimpleSAML\Composer\ModuleInstaller;
2223

2324
/**
24-
* @covers \SimpleSAML\Composer\ModuleInstaller
2525
*/
26+
#[CoversClass(ModuleInstaller::class)]
2627
class ModuleInstallerTest extends TestCase
2728
{
2829
/** @var \SimpleSAML\Composer\ModuleInstaller */

0 commit comments

Comments
 (0)