Browse Source

chore: ProjectCodeTest - prepare for symfony/console v7 (#7605)

Dariusz Rumiński 1 year ago
parent
commit
b09005efba
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/AutoReview/ProjectCodeTest.php

+ 1 - 0
tests/AutoReview/ProjectCodeTest.php

@@ -183,6 +183,7 @@ final class ProjectCodeTest extends TestCase
         $exceptionPropsPerClass = [
             \PhpCsFixer\AbstractPhpdocTypesFixer::class => ['tags'],
             \PhpCsFixer\AbstractFixer::class => ['configuration', 'configurationDefinition', 'whitespacesConfig'],
+            \PhpCsFixer\Console\Command\FixCommand::class => ['defaultDescription', 'defaultName'],
             AbstractProxyFixer::class => ['proxyFixers'],
         ];