code-distortion / phpunit-bug

This repository demonstrates a bug in PHPUnit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository demonstrates an exception thrown by PHPUnit, for the purpose of issue #5403. Please refer to that.


Clone the repository:

git clone https://github.com/code-distortion/phpunit-bug.git .

Install dependencies:

composer install

Run the tests with the --filter=xxx option to trigger the exception:

./vendor/bin/phpunit --filter=test_something

Tested with Version
PHPUnit 10.2.0
PHP 8.2.6

About

This repository demonstrates a bug in PHPUnit


Languages

Language:PHP 100.0%