DoubledMethod
final class DoubledMethod (View source)
| internal | This class is not covered by the backward compatibility promise for PHPUnit |
Traits
Methods
static DoubledMethod
static DoubledMethod
fromName(string $className, string $methodName)
No description
string
methodName()
No description
string
generateCode()
No description
Type
returnType()
No description
array
defaultParameterValues()
No description
int
numberOfParameters()
No description
Details
static DoubledMethod
fromReflection(ReflectionMethod $method)
No description
static DoubledMethod
fromName(string $className, string $methodName)
No description
string
methodName()
No description
string
generateCode()
No description
Type
returnType()
No description
array
defaultParameterValues()
No description
int
numberOfParameters()
No description