-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
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
Deprecation warning given too eagerly #3983
Comments
I'll have a look |
Thanks! |
Hey Sebastian, this is due to the "missing" trailing slash. I added tests for this and a /Flo |
Thank for fixing this! |
👍 just stumbled across this issue, thanks y'all for being so quick to address it :) |
I still have this issue how to get ride of that ?
one thing, I updated my phpunit to the last version, But i cannot see changes of this PR on my phpunit why? |
Hey @foremtehan try without Kind regards |
@flow-control That path/namespace picked by phpstorm automatically : How to prevent this ? Normally i do test my methods by mouse hovering around the method name and hit the shortcut key to run the test |
Does the problem persist with PHPUnit 8.5.1? |
@sebastianbergmann still Yes:
|
@sebastianbergmann / @foremtehan as I see it, the generated command has the class name in it, which is deprecated. Omitting the class name will fix it. If you have multiple classes in one file, you can use the filter as described here #3860 (comment) |
The problem still exists.
|
@nezaboravi You have |
From the phpstorm team:
|
Yes, fixed with latest PHPStorm update, not showing anymore |
Fix has been rollbacked according to https://youtrack.jetbrains.com/issue/WI-50201#focus=streamItem-27-3922274.0-0 |
The
Invocation with class name is deprecated
warning is printed when a directory (and not a class name) is given:CC @flow-control
The text was updated successfully, but these errors were encountered: