MP-okui

Results 2 issues of MP-okui

I expect a seed rollback. ### Package version, Laravel version - laravel-doctrine/orm v1.6.1 - laravel/framework v7.25.0 ### Steps to reproduce the behaviour Using the RefreshDatabase. ```php

```php class Foo { protected function bar() { echo 'bar'; } } $mock = \Mockery::mock(Foo::class); $mock ->shouldAllowMockingProtectedMethods() ->makePartial(); $mock->bar(); ``` > Call to protected method bar() phpstan/phpstan v0.12.25 phpstan/phpstan-mockery v0.12.5