메소드 |
설명 |
|
__call ( $method, array $arguments = [] ) |
|
|
__construct ( $subject = null, MatchersCollection $matchers, ArgumentsUnwrapper $unwrapper ) |
|
|
__get ( $property ) |
|
|
__set ( $property, $value = null ) |
|
|
beAnInstanceOf ( $classname, array $constructorArguments = [] ) |
|
|
beConstructedWith ( ) |
|
|
callOnProphetSubject ( $method, array $arguments = [] ) |
|
|
getFromProphetSubject ( $property ) |
|
|
getWrappedSubject ( ) |
|
|
setToProphetSubject ( $property, $value = null ) |
|
|
should ( $name = null, array $arguments = [] ) |
|
|
shouldNot ( $name = null, array $arguments = [] ) |
|
|