class PHPUnit_Framework_MockObject_Stub_Return implements PHPUnit_Framework_MockObject_Stub (View source)

Stubs a method by returning a user-defined value.

Properties

protected $value

Methods

__construct($value)

No description

mixed
invoke(PHPUnit_Framework_MockObject_Invocation $invocation)

Fakes the processing of the invocation $invocation by returning a specific value.

toString()

No description

Details

__construct($value)

Parameters

$value

mixed invoke(PHPUnit_Framework_MockObject_Invocation $invocation)

Fakes the processing of the invocation $invocation by returning a specific value.

Parameters

PHPUnit_Framework_MockObject_Invocation $invocation The invocation which was mocked and matched by the current method and argument matchers

Return Value

mixed

toString()