------ ------------------------------------------------------------------------------------------------------------------
Line tests/Architecture/PHPat/SrcShouldNotDependOnTestsTest.php
------ ------------------------------------------------------------------------------------------------------------------
44 Unused Infection\Tests\Architecture\PHPat\SrcShouldNotDependOnTestsTest::testSrcDoesNotDependOnTestsOrBenchmarks
🪪 shipmonk.deadMethod
at tests/Architecture/PHPat/SrcShouldNotDependOnTestsTest.php:44
------ ------------------------------------------------------------------------------------------------------------------
phpat rules are registered in the PHPStan DI container via nette-neon with
phpat.test-tag and don't see real call-sites in php code.real world example https://github.com/infection/infection/blob/837f2860d395a411577269b98baa42272686e60e/tests/Architecture/PHPat/SrcShouldNotDependOnTestsTest.php#L42-L53
thats why they are reported as dead code