public function MethodProphecyException::getMethodProphecy in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/MethodProphecyException.php \Prophecy\Exception\Prophecy\MethodProphecyException::getMethodProphecy()
Return value
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Exception/ Prophecy/ MethodProphecyException.php, line 30
Class
Namespace
Prophecy\Exception\ProphecyCode
public function getMethodProphecy() {
return $this->methodProphecy;
}