Aggiornato Composer
This commit is contained in:
5
vendor/mockery/mockery/README.md
vendored
5
vendor/mockery/mockery/README.md
vendored
@@ -2,6 +2,9 @@ Mockery
|
||||
=======
|
||||
|
||||
[](https://github.com/mockery/mockery/actions)
|
||||
[](https://www.php.net/supported-versions)
|
||||
[](https://codecov.io/gh/mockery/mockery)
|
||||
[](https://shepherd.dev/github/mockery/mockery)
|
||||
[](https://packagist.org/packages/mockery/mockery)
|
||||
[](https://packagist.org/packages/mockery/mockery)
|
||||
|
||||
@@ -167,7 +170,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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user