Skip to content

Commit

Permalink
Update number of tests (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos authored Oct 12, 2024
1 parent 644c3fd commit 14c9398
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![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)
[![PHP version](https://img.shields.io/packagist/php-v/kubawerlos/php-cs-fixer-custom-fixers.svg)](https://php.net)
[![License](https://img.shields.io/github/license/kubawerlos/php-cs-fixer-custom-fixers.svg)](LICENSE)
![Tests](https://img.shields.io/badge/tests-3548-brightgreen.svg)
![Tests](https://img.shields.io/badge/tests-3546-brightgreen.svg)
[![Downloads](https://img.shields.io/packagist/dt/kubawerlos/php-cs-fixer-custom-fixers.svg)](https://packagist.org/packages/kubawerlos/php-cs-fixer-custom-fixers)

[![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)
Expand Down
5 changes: 2 additions & 3 deletions tests/Readme/ReadmeCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@
/**
* @internal
*
* @requires PHP ^8.2
*
* @covers \PhpCsFixerCustomFixersDev\Readme\ReadmeCommand
*/
final class ReadmeCommandTest extends TestCase
{
/**
* @requires PHP ^8.1
*/
public function testReadmeIsUpToDate(): void
{
$tester = new CommandTester(new ReadmeCommand());
Expand Down

0 comments on commit 14c9398

Please sign in to comment.