Skip to content

Commit 9fa48f9

Browse files
committed
Add to remaining *IntegrationTest classes
1 parent 98b70ea commit 9fa48f9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/PHPStan/Analyser/AnalyserTraitsIntegrationTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
use Override;
66
use PHPStan\File\FileHelper;
77
use PHPStan\Testing\PHPStanTestCase;
8+
use PHPUnit\Framework\Attributes\CoversNothing;
89
use PHPUnit\Framework\Attributes\RequiresPhp;
910
use function array_map;
1011
use function array_merge;
1112
use function array_unique;
1213
use function sprintf;
1314
use function usort;
1415

16+
#[CoversNothing]
1517
class AnalyserTraitsIntegrationTest extends PHPStanTestCase
1618
{
1719

tests/PHPStan/Command/AnalyseApplicationIntegrationTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
use PHPStan\File\SimpleRelativePathHelper;
1414
use PHPStan\ShouldNotHappenException;
1515
use PHPStan\Testing\PHPStanTestCase;
16+
use PHPUnit\Framework\Attributes\CoversNothing;
1617
use Symfony\Component\Console\Input\InputInterface;
1718
use Symfony\Component\Console\Output\StreamOutput;
1819
use Symfony\Component\Console\Style\SymfonyStyle;
@@ -22,6 +23,7 @@
2223
use function stream_get_contents;
2324
use const DIRECTORY_SEPARATOR;
2425

26+
#[CoversNothing]
2527
class AnalyseApplicationIntegrationTest extends PHPStanTestCase
2628
{
2729

0 commit comments

Comments
 (0)