You are here

public function ProphecySubjectInterface::setProphecy in Zircon Profile 8

Same name and namespace in other branches
  1. 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\Prophecy

Code

public function setProphecy(ProphecyInterface $prophecy);