public function ProphecySubjectInterface::setProphecy in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/src/Prophecy/Prophecy/ProphecySubjectInterface.php \Prophecy\Prophecy\ProphecySubjectInterface::setProphecy()
Sets subject prophecy.
Parameters
ProphecyInterface $prophecy:
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Prophecy/ ProphecySubjectInterface.php, line 26
Class
- ProphecySubjectInterface
- Controllable doubles interface.
Namespace
Prophecy\ProphecyCode
public function setProphecy(ProphecyInterface $prophecy);