Invocation
final class Invocation implements SelfDescribing (View source)
| internal | This class is not covered by the backward compatibility promise for PHPUnit |
Methods
__construct(string $className, string $methodName, array $parameters, string $returnType, MockObjectInternal|StubInternal $object)
No description
string
className()
No description
string
methodName()
No description
array
parameters()
No description
mixed
generateReturnValue()
No description
string
toString()
Returns a string representation of the object.
object()
No description
Details
__construct(string $className, string $methodName, array $parameters, string $returnType, MockObjectInternal|StubInternal $object)
No description
string
className()
No description
string
methodName()
No description
array
parameters()
No description
mixed
generateReturnValue()
No description
string
toString()
Returns a string representation of the object.
MockObjectInternal|StubInternal
object()
No description