We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug phpunit runs the tests fine with version 9, but when switching to higher versions, the following error messages are issued:
PHPUnit 10.5.29 by Sebastian Bergmann and contributors. Unknown option "--printer"
PHPUnit 10.5.29 by Sebastian Bergmann and contributors.
Unknown option "--printer"
and
PHPUnit 11.3.0 by Sebastian Bergmann and contributors. Unknown option "--printer"
PHPUnit 11.3.0 by Sebastian Bergmann and contributors.
Read somewhere, unchecking Allocate console could help, but it did not.
phpunit 10 and 11 phars and from vendor/composer/bin/phpunit run the tests w/o issues when run from the command line.
Describe the eclipse environment Eclipse
Version: 2024-06 (4.32.0) Build id: 20240606-1231
Describe your system
PHP 8.2.21 (cli) (built: Jul 25 2024 10:12:09) (NTS) Copyright (c) The PHP Group Zend Engine v4.2.21, Copyright (c) Zend Technologies with Zend OPcache v8.2.21, Copyright (c), by Zend Technologies with Xdebug v3.2.0, Copyright (c) 2002-2022, by Derick Rethans
PHPunit configuration tested with phpunit phar 9.6.15, 10.5.29 and 11.3.0 and also the same from Composer.
To Reproduce Steps to reproduce the behavior:
Expected behavior Tests are run on phpunit 10 and 11, no use of the removed option --printer.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
phpunit runs the tests fine with version 9, but when switching to higher versions, the following error messages are issued:
and
Read somewhere, unchecking Allocate console could help, but it did not.
phpunit 10 and 11 phars and from vendor/composer/bin/phpunit run the tests w/o issues when run from the command line.
Describe the eclipse environment
Eclipse
Describe your system
PHPunit configuration tested with phpunit phar 9.6.15, 10.5.29 and 11.3.0 and also the same from Composer.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Tests are run on phpunit 10 and 11, no use of the removed option --printer.
The text was updated successfully, but these errors were encountered: