pestphp / pest

Pest is an elegant PHP testing Framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP.
https://pestphp.com
MIT License
9.48k stars 343 forks source link

[Bug]: Running pest triggers PHPUnit warning #1106

Closed Henridv closed 1 month ago

Henridv commented 7 months ago

What Happened

Running Pest triggers the warning:

WARN  Option --no-output cannot be used more than once

This is caused by a recent change in PHPUnit.

How to Reproduce

Update PHPUnit to version 10.5.11.

Sample Repository

No response

Pest Version

2.34.1

PHP Version

8.3

Operation System

macOS

Notes

PHPUnit version 10.5.11

Info about the change that causes this: https://github.com/sebastianbergmann/phpunit/issues/5704#issuecomment-1951105254

Henridv commented 1 month ago

Seems to have disappeared by itself :)