File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
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-3548 -brightgreen.svg )
8+ ![ Tests] ( https://img.shields.io/badge/tests-3546 -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 1818/**
1919 * @internal
2020 *
21+ * @requires PHP ^8.2
22+ *
2123 * @covers \PhpCsFixerCustomFixersDev\Readme\ReadmeCommand
2224 */
2325final class ReadmeCommandTest extends TestCase
2426{
25- /**
26- * @requires PHP ^8.1
27- */
2827 public function testReadmeIsUpToDate (): void
2928 {
3029 $ tester = new CommandTester (new ReadmeCommand ());
You can’t perform that action at this time.
0 commit comments