SpacePossum 5 лет назад
Родитель
Сommit
f90da15831
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      tests/FixerConfiguration/FixerConfigurationResolverTest.php

+ 2 - 0
tests/FixerConfiguration/FixerConfigurationResolverTest.php

@@ -23,6 +23,8 @@ use Symfony\Component\OptionsResolver\Options;
 /**
 /**
  * @internal
  * @internal
  *
  *
+ * @group legacy see testResolveWithDeprecatedAlias
+ *
  * @covers \PhpCsFixer\FixerConfiguration\FixerConfigurationResolver
  * @covers \PhpCsFixer\FixerConfiguration\FixerConfigurationResolver
  */
  */
 final class FixerConfigurationResolverTest extends TestCase
 final class FixerConfigurationResolverTest extends TestCase