We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e92dcc8 commit 7b5fcd9Copy full SHA for 7b5fcd9
README.md
@@ -167,7 +167,7 @@ $double->expects()->add($book)->twice();
167
If you have used Mockery before, you might see something new in the example
168
above — we created a method expectation using `expects`, instead of the "old"
169
`shouldReceive` syntax. This is a new feature of Mockery v1, but same as with
170
-`accepts` in the previous section, it can be written in the "old" style.
+`allows` in the previous section, it can be written in the "old" style.
171
172
For new users of Mockery, the above example can also be written as:
173
0 commit comments