Skip to content

Commit 2a30b98

Browse files
committed
Updated README
1 parent 08eec87 commit 2a30b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This extension provides the following features:
1111

1212
* Interprets `Foo|\Mockery\MockInterface` in phpDoc so that it results in an intersection type instead of a union type.
1313
* `Mockery::mock()` and `Mockery::spy()` return an intersection type (see the [detailed explanation of intersection types](https://medium.com/@ondrejmirtes/union-types-vs-intersection-types-fd44a8eacbb)) so that the returned object can be used as both the mock object and the mocked class object.
14-
* `shouldReceive()` and `allows()` methods can be called on the mock object and they work as expected.
14+
* `shouldReceive()`, `allows()` and `expects()` methods can be called on the mock object and they work as expected.
1515

1616
## Usage
1717

0 commit comments

Comments
 (0)