You are here

public function MethodProphecyException::getMethodProphecy in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/MethodProphecyException.php \Prophecy\Exception\Prophecy\MethodProphecyException::getMethodProphecy()

Return value

MethodProphecy

File

vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/MethodProphecyException.php, line 30

Class

MethodProphecyException

Namespace

Prophecy\Exception\Prophecy

Code

public function getMethodProphecy() {
  return $this->methodProphecy;
}