junichi11 commented on PR #5853:
URL: https://github.com/apache/netbeans/pull/5853#issuecomment-1519453883
> Cannot we call `filesForContextOrSelectedNodes()`?
We should be able to do it. Then, we have to fix `getTestRunInfoForFile()`
or add `getTestRunInfoForFiles()`.
> But maybe the current behavior is "good enough"
Yes, I also think so :)
> and running tests in a folder is what users do?
I'm not sure... but maybe, usage is the following via CLI, so users didn't
report anything about running several test files, I guess.
```
Usage:
phpunit [options] UnitTest.php
phpunit [options] <directory>
```
It doesn't seem a big problem for users (I think we need not hurry) because
there is no report from users for a long time.
At least, PHPUnit 10 should work with this PR if there are no wrong fixes in
my changes :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists