Skip to content

Commit 75caad9

Browse files
committed
Remove deprecated mockery method
1 parent 7747081 commit 75caad9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/TestCase.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ abstract class TestCase extends Base
1717
protected function setUpMockery()
1818
{
1919
Mockery::getConfiguration()->allowMockingNonExistentMethods(false);
20-
Mockery::getConfiguration()->allowMockingMethodsUnnecessarily(false);
2120
}
2221

2322
/**

0 commit comments

Comments
 (0)