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
PhpStorm will create warnings for classes that do not exist, for example:
$mock = new \mock\DateTime();
It would be awesome to be able to:
$mock
The text was updated successfully, but these errors were encountered:
+1 That would be awesome
Sorry, something went wrong.
This is not currently possible with PhpStorm openapi.
There is an issue on Jetbrain's issue tracker about adding a functionality that will allow us to get rid of the warnings on atoum's mocks : https://youtrack.jetbrains.com/issue/WI-27367#comment=27-1304926
the issue on Youteack has been updated : https://youtrack.jetbrains.com/issue/WI-27367. The next EAP will provide an extension point that could help us resolve this issue.
agallou
No branches or pull requests
PhpStorm will create warnings for classes that do not exist, for example:
It would be awesome to be able to:
$mock
object over mock methods + the original class methods (this is for example what this plugin does for PHPUnit: https://github.com/Haehnchen/idea-php-toolbox#screenshots)The text was updated successfully, but these errors were encountered: