public function Prophet::getDoubler in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/src/Prophecy/Prophet.php \Prophecy\Prophet::getDoubler()
Returns Doubler instance assigned to this Prophet.
Return value
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Prophet.php, line 109
Class
- Prophet
- Prophet creates prophecies.
Namespace
ProphecyCode
public function getDoubler() {
return $this->doubler;
}