getMockBuilder('\Psecio\Gatekeeper\DataSource\Stub') ->setConstructorArgs(array(array())) ->getMock(); $ds->method($type) ->willReturn($return); return $ds; } }