Since 3.2.4, using getMock on a class that does not exist no longer allows specifying methods that should be recognized. Calling a method on such a mock results in an undefined index warning.
This can be reproduced thanks to @nubs by following the steps described here : https://gist.github.com/nubs/ddb081e1d1b09541d7f7a1d93d009533
Since 3.2.4, using
getMockon a class that does not exist no longer allows specifying methods that should be recognized. Calling a method on such a mock results in an undefined index warning.This can be reproduced thanks to @nubs by following the steps described here : https://gist.github.com/nubs/ddb081e1d1b09541d7f7a1d93d009533