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 130afd1 commit 349b60cCopy full SHA for 349b60c
docs/Test.md
@@ -18,7 +18,7 @@ use AspectMock\Test as test;
18
19
#### *public static* double($classOrObject, array $params = Array ( ) )
20
`test::double` registers class or object to track its calls.
21
-In second argument you may pass values that mocked mathods should return.
+In second argument you may pass values that mocked methods should return.
22
23
Returns either of [**ClassProxy**](https://github.com/Codeception/AspectMock/blob/master/docs/ClassProxy.md) (when a string was passed)
24
or [**InstanceProxy**](https://github.com/Codeception/AspectMock/blob/master/docs/InstanceProxy.md) (when an object was passed).
0 commit comments