Skip to content
This repository was archived by the owner on Jan 20, 2019. It is now read-only.

Commit cc112fa

Browse files
committed
Fix undefined method
1 parent 5d3801c commit cc112fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ConverterCachedTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ private function mock($className)
1212
->disableOriginalConstructor()
1313
->disableOriginalClone()
1414
->disableArgumentCloning()
15-
->disallowMockingUnknownTypes()
1615
->getMock();
1716
}
1817

0 commit comments

Comments
 (0)