File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 55use Override ;
66use PHPStan \File \FileHelper ;
77use PHPStan \Testing \PHPStanTestCase ;
8+ use PHPUnit \Framework \Attributes \CoversNothing ;
89use PHPUnit \Framework \Attributes \RequiresPhp ;
910use function array_map ;
1011use function array_merge ;
1112use function array_unique ;
1213use function sprintf ;
1314use function usort ;
1415
16+ #[CoversNothing]
1517class AnalyserTraitsIntegrationTest extends PHPStanTestCase
1618{
1719
Original file line number Diff line number Diff line change 1313use PHPStan \File \SimpleRelativePathHelper ;
1414use PHPStan \ShouldNotHappenException ;
1515use PHPStan \Testing \PHPStanTestCase ;
16+ use PHPUnit \Framework \Attributes \CoversNothing ;
1617use Symfony \Component \Console \Input \InputInterface ;
1718use Symfony \Component \Console \Output \StreamOutput ;
1819use Symfony \Component \Console \Style \SymfonyStyle ;
2223use function stream_get_contents ;
2324use const DIRECTORY_SEPARATOR ;
2425
26+ #[CoversNothing]
2527class AnalyseApplicationIntegrationTest extends PHPStanTestCase
2628{
2729
You can’t perform that action at this time.
0 commit comments