docs: remove duplicate 'Tests' status badge from README

This commit is contained in:
Prabhat Mishra 2025-08-23 11:41:50 +05:30
parent f78d341f06
commit 4020765e44
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ If the documentation doesn't cover what you need, search the [many questions on
## Tests
[PHPMailer tests](https://github.com/PHPMailer/PHPMailer/tree/master/test/) use PHPUnit 9, with [a polyfill](https://github.com/Yoast/PHPUnit-Polyfills) to let 9-style tests run on older PHPUnit and PHP versions.
[![Test status](https://github.com/PHPMailer/PHPMailer/workflows/Tests/badge.svg)](https://github.com/PHPMailer/PHPMailer/actions)
If this isn't passing, is there something you can do to help?