Open junichi11 opened 1 year ago
Apache NetBeans 17
Only the first item is run when we select multiple test/tested files.
"phpunit/phpunit": "~8"
"phpunit/phpunit": "~9"
Calculator2
Calculator2Test
Calculator*
Calclulator2*
CalculatorTest
Calculator
No / Don't know
Ubuntu 22.04
OpenJDK 11.0.18
Apache NetBeans provided installer
No response
No
@junichi11 It will be possible to pass multiple files/directories as command line arguments in PHPUnit 10.4. See https://github.com/sebastianbergmann/phpunit/pull/5462
Apache NetBeans version
Apache NetBeans 17
What happened
Only the first item is run when we select multiple test/tested files.
How to reproduce
Steps :
"phpunit/phpunit": "~8"
to"phpunit/phpunit": "~9"
Calculator2
,Calculator2Test
(copyCalculator*
and rename toCalclulator2*
)CalculatorTest
andCalculator2Test
(orCalculator
andCalculator2
)Did this work correctly in an earlier version?
No / Don't know
Operating System
Ubuntu 22.04
JDK
OpenJDK 11.0.18
Apache NetBeans packaging
Apache NetBeans provided installer
Anything else
No response
Are you willing to submit a pull request?
No