I\'ve got a PHPUnit mock object that returns \'return value\' no matter what its arguments:
\'return value\'
// From inside a test... $mock = $this->getMock(\
Pass two level array, where each element is an array of:
example:
->willReturnMap([ ['firstArg', 'secondArg', 'returnValue'] ])