Skip to content

Commit fb91bd6

Browse files
committed
Updated README
1 parent 35b9a65 commit fb91bd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
This extension provides following features:
1111

12-
* `createMock()` method returns an intersection type of the mock object and the mocked class so that both methods from the mock object (like `expects`) and from the mocked class are available on the object.
12+
* `createMock()`, `getMockForAbstractClass()` and `getMockFromWsdl()` methods return an intersection type of the mock object and the mocked class so that both methods from the mock object (like `expects`) and from the mocked class are available on the object.
13+
* `getMock()` called on `MockBuilder` is also supported.
1314
* Interprets `Foo|PHPUnit_Framework_MockObject_MockObject` in phpDoc so that it results in an intersection type instead of a union type.
1415
* Defines early terminating method calls for the `PHPUnit\Framework\TestCase` class to prevent undefined variable errors.
1516

0 commit comments

Comments
 (0)