Closed mnapoli closed 7 years ago
Hi, thank you for the plugin!
I noticed that while getMock() works in PHPUnit (the return type is correctly "enhanced"), it doesn't do the same for getMockForAbstractClass().
getMock()
getMockForAbstractClass()
Covered by https://github.com/Haehnchen/idea-php-toolbox-json-files/pull/4
should be closed
Hi, thank you for the plugin!
I noticed that while
getMock()
works in PHPUnit (the return type is correctly "enhanced"), it doesn't do the same forgetMockForAbstractClass()
.