Skip to content

Commit 14c9398

Browse files
authored
Update number of tests (#992)
1 parent 644c3fd commit 14c9398

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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)

tests/Readme/ReadmeCommandTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@
1818
/**
1919
* @internal
2020
*
21+
* @requires PHP ^8.2
22+
*
2123
* @covers \PhpCsFixerCustomFixersDev\Readme\ReadmeCommand
2224
*/
2325
final class ReadmeCommandTest extends TestCase
2426
{
25-
/**
26-
* @requires PHP ^8.1
27-
*/
2827
public function testReadmeIsUpToDate(): void
2928
{
3029
$tester = new CommandTester(new ReadmeCommand());

0 commit comments

Comments
 (0)