We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7747081 commit 75caad9Copy full SHA for 75caad9
tests/TestCase.php
@@ -17,7 +17,6 @@ abstract class TestCase extends Base
17
protected function setUpMockery()
18
{
19
Mockery::getConfiguration()->allowMockingNonExistentMethods(false);
20
- Mockery::getConfiguration()->allowMockingMethodsUnnecessarily(false);
21
}
22
23
/**
0 commit comments