public function MethodProphecy::getMethodName in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpspec/prophecy/src/Prophecy/Prophecy/MethodProphecy.php \Prophecy\Prophecy\MethodProphecy::getMethodName()
Returns method name.
Return value
string
1 call to MethodProphecy::getMethodName()
- MethodProphecy::shouldHave in vendor/
phpspec/ prophecy/ src/ Prophecy/ Prophecy/ MethodProphecy.php - Checks provided prediction immediately.
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Prophecy/ MethodProphecy.php, line 413
Class
- MethodProphecy
- Method prophecy.
Namespace
Prophecy\ProphecyCode
public function getMethodName() {
return $this->methodName;
}