We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109e0a1 commit cf1cb7cCopy full SHA for cf1cb7c
1 file changed
tests/ModuleInstallerTest.php
@@ -16,13 +16,14 @@
16
use Composer\Repository\RepositoryManager;
17
use Composer\Util\HttpDownloader;
18
use InvalidArgumentException;
19
+use PHPUnit\Framework\Attributes\CoversClass;
20
use PHPUnit\Framework\Attributes\DataProvider;
21
use PHPUnit\Framework\TestCase;
22
use SimpleSAML\Composer\ModuleInstaller;
23
24
/**
- * @covers \SimpleSAML\Composer\ModuleInstaller
25
*/
26
+#[CoversClass(ModuleInstaller::class)]
27
class ModuleInstallerTest extends TestCase
28
{
29
/** @var \SimpleSAML\Composer\ModuleInstaller */
0 commit comments