You are here

public function Prophet::getDoubler in Zircon Profile 8

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

Returns Doubler instance assigned to this Prophet.

Return value

Doubler

File

vendor/phpspec/prophecy/src/Prophecy/Prophet.php, line 109

Class

Prophet
Prophet creates prophecies.

Namespace

Prophecy

Code

public function getDoubler() {
  return $this->doubler;
}