Skip to content

Commit

Permalink
chore: ProjectCodeTest - prepare for symfony/console v7 (PHP-CS-Fixer…
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus authored and danog committed Feb 2, 2024
1 parent 5625696 commit 5ef4303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/AutoReview/ProjectCodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ public function testThatSrcClassesNotExposeProperties(string $className): void
$exceptionPropsPerClass = [
\PhpCsFixer\AbstractPhpdocTypesFixer::class => ['tags'],
\PhpCsFixer\AbstractFixer::class => ['configuration', 'configurationDefinition', 'whitespacesConfig'],
\PhpCsFixer\Console\Command\FixCommand::class => ['defaultDescription', 'defaultName'],
AbstractProxyFixer::class => ['proxyFixers'],
];

Expand Down

0 comments on commit 5ef4303

Please sign in to comment.