Open mnapoli opened 8 years ago
+1 That would be awesome
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.
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)