File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 55[ ![ Latest stable version] ( https://img.shields.io/packagist/v/kubawerlos/php-cs-fixer-custom-fixers.svg?label=current%20version )] ( https://packagist.org/packages/kubawerlos/php-cs-fixer-custom-fixers )
66[ ![ PHP version] ( https://img.shields.io/packagist/php-v/kubawerlos/php-cs-fixer-custom-fixers.svg )] ( https://php.net )
77[ ![ License] ( https://img.shields.io/github/license/kubawerlos/php-cs-fixer-custom-fixers.svg )] ( LICENSE )
8- ![ Tests] ( https://img.shields.io/badge/tests-3797 -brightgreen.svg )
8+ ![ Tests] ( https://img.shields.io/badge/tests-3798 -brightgreen.svg )
99[ ![ Downloads] ( https://img.shields.io/packagist/dt/kubawerlos/php-cs-fixer-custom-fixers.svg )] ( https://packagist.org/packages/kubawerlos/php-cs-fixer-custom-fixers )
1010
1111[ ![ CI status] ( https://github.com/kubawerlos/php-cs-fixer-custom-fixers/actions/workflows/ci.yaml/badge.svg )] ( https://github.com/kubawerlos/php-cs-fixer-custom-fixers/actions/workflows/ci.yaml )
Original file line number Diff line number Diff line change 2222 */
2323final class MultilinePromotedPropertiesFixerTest extends AbstractFixerTestCase
2424{
25+ public function testSuccessorName (): void
26+ {
27+ self ::assertSuccessorName ('multiline_promoted_properties ' );
28+ }
29+
2530 public function testConfiguration (): void
2631 {
2732 $ options = self ::getConfigurationOptions ();
You can’t perform that action at this time.
0 commit comments