Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the class attached to methodnotfoundexception
The class was always being set to ObjectProphecy, which causes issues when trying to work out which class the method was not found on An alternative would have been to use $this->getProphecy()->reveal() but that may cause side effects
- Loading branch information