Haehnchen / idea-php-phpunit-plugin

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

Add support for mockery #66

Closed AndreasMalecki closed 3 years ago

AndreasMalecki commented 3 years ago

Hello @Haehnchen,

we've been using your plugin for a large PHP-based project for a while now. However, we are using Mockery as a mocking framework and were lacking support for it in IntelliJ/PHPStorm. Thus, we decided to create a few additions to your plugin such that it now could be used with Mockery, too. We added quite a bit of functionality, but we hope that you will find the time to review our suggested changes and finally merge our pull request. We are looking forward to hearing from you.

Best regards, Andreas Malecki

Haehnchen commented 3 years ago

:+1: thats a alot ;)

can you provide some screenshots so that i can extend readme and plugin description also ?

AndreasMalecki commented 3 years ago

Of course. But it may take until Monday. Do you have a specific functionality in mind that these screenshots should cover? Which theme should we use/should they be similar to the existing ones?

ghost commented 3 years ago

Here are some screen shots using Mockery support:

annotate private method autocomplete expects autocomplete generated partial autocomplete in array hash inspector highlight inspector result new syntax inspector result inspector settings

Haehnchen commented 3 years ago

:+1: will ship this with a new release soon