Skip to content

Commit 7b5fcd9

Browse files
authored
Update README.md
1 parent e92dcc8 commit 7b5fcd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ $double->expects()->add($book)->twice();
167167
If you have used Mockery before, you might see something new in the example
168168
above — we created a method expectation using `expects`, instead of the "old"
169169
`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.
170+
`allows` in the previous section, it can be written in the "old" style.
171171

172172
For new users of Mockery, the above example can also be written as:
173173

0 commit comments

Comments
 (0)