Skip to content

Commit

Permalink
Merge pull request #1196 from karvaka/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
davedevelopment committed Oct 25, 2022
2 parents fba60b2 + 7b5fcd9 commit 3c3ca93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ $double->expects()->add($book)->twice();
If you have used Mockery before, you might see something new in the example
above — we created a method expectation using `expects`, instead of the "old"
`shouldReceive` syntax. This is a new feature of Mockery v1, but same as with
`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.

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

Expand Down

0 comments on commit 3c3ca93

Please sign in to comment.