Nathanael Esayeas
Nathanael Esayeas
Hey @kur4tor, Thank you for letting us know, we will take care of this issue.
- [x] Partially addressed in #1231. - [ ] The deprecation `1.5.x`|`1.6.x` and removal `2.0.x` of the `mockery_*()` internal methods - [ ] Add doc comments to indicate intersection types...
Hey @NemoFlopsington, Unfortunately, there had not been enough resources to implement this and a few other features. Hoping to fix that. I was able to reproduce the test case you...
Hey @icemouton, Thanks for reporting this issue. I moved the conversation here to ensure that our contributors aren't disturbed unnecessarily. Opening a new issue is the preferred method, and if...
Hey @johntheteam, Thank you for sharing the code to reproduce the issue, or a similar one. Based on your example, it seems that Mockery has difficulties with classes that use...
there are many ways to create a mock, this list may not be complete. ```php $mock = \Mockery::mock(); $mock = \Mockery::mock(MyClass::class); $mock = \Mockery::mock(MyClass::class, function ($mock) { $mock->shouldAllowMockingProtectedMethods(); }); $mock...
Im going to merge this do all of the additional work in a separate PR.
Thanks for looking into this @weirdan, It turned out to be a combination of things. 1. In the 1st package `ghostwriter/coding-standard`, - I was using ` "vimeo/psalm": ">=5.23 ||
Sorry for the delay, https://github.com/ghostwriter/psalm-phar-issues-17
Workaround, when using the latest version https://github.com/ghostwriter/coding-standard/blob/ce354936ea46efae53de148e03e75d738628057f/resource/psalm.xml.dist#L1-L4