It's not about "inherited methods" .. it's because those methods are actually static (that's how PHPUnit is written apparently) .. and new feature in PhpStorm 2016.2 filters out such static methods from completion for $this-> (hence the requirement for 2nd invocation).
Hi there,
It's not about "inherited methods" .. it's because those methods are actually static (that's how PHPUnit is written apparently) .. and new feature in PhpStorm 2016.2 filters out such static methods from completion for $this-> (hence the requirement for 2nd invocation).
https://youtrack.jetbrains.com/issue/WI-32493 -- follow this ticket (star/vote/comment) to be notified on any updates.