Haehnchen / idea-php-phpunit-plugin

IntelliJ IDEA / PhpStorm PHPUnit Enhancement Plugin
MIT License
55 stars 11 forks source link

Support namespaced InvocationMocker in "findCreateMockParameterOnParameterScope" #34

Closed Haehnchen closed 6 years ago

Haehnchen commented 6 years ago

\PHPUnit\Framework\MockObject\Builder\InvocationMocker

To support:

        $foo = $this->createMock(Foo::class);
        $foo
            ->expects(...)
            ->method('<caret>');
Haehnchen commented 6 years ago

done via https://github.com/Haehnchen/idea-php-phpunit-plugin/commit/f01a71c1df3725974c3fa2ad38a694e62e3e9d0b