Skip to content

Commit 27d2abd

Browse files
committed
Slim down tests that used replaceClass=true
1 parent bd783aa commit 27d2abd

18 files changed

+1376
-1105
lines changed

tests/PHPStan/Analyser/LegacyNodeScopeResolverTest.php

Lines changed: 18 additions & 366 deletions
Large diffs are not rendered by default.

tests/PHPStan/Analyser/NodeScopeResolverTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ protected static function getAdditionalAnalysedFiles(): array
337337
{
338338
return [
339339
__DIR__ . '/data/methodPhpDocs-trait-defined.php',
340+
__DIR__ . '/data/methodPhpDocs-recursive-trait-defined.php',
340341
__DIR__ . '/data/anonymous-class-name-in-trait-trait.php',
341342
];
342343
}

tests/PHPStan/Analyser/data/method-phpDocs-inheritdoc-without-curly-braces.php

Lines changed: 0 additions & 72 deletions
This file was deleted.

tests/PHPStan/Analyser/data/method-phpDocs-inheritdoc.php

Lines changed: 0 additions & 72 deletions
This file was deleted.

tests/PHPStan/Analyser/data/methodPhpDocs-implicitInheritance.php

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)