-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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
LastDragon-ru, pryznar, villfa, MarcHagen, mspasov and 1 more
Metadata
Metadata
Assignees
Labels
No labels