-
-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
MockObject PHPDoc
- When creating a mock object the resulting object is the union of a MockObject and the targeted object therefore the PHPDoc would be like this
MockObject&TargetedObjectnotMockObject|TargetedObject
Stricter assertions
- Prefer
assertSametoassertEqualsfor strict comparisons.
Mock expectations
-
expects($this->once())could use$this->exactly(1)for clarity.
loic425
Metadata
Metadata
Assignees
Labels
No labels