You are here

public function ProphecyInterface::reveal in Zircon Profile 8

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

Reveals prophecy object (double) .

Return value

object

1 method overrides ProphecyInterface::reveal()
ObjectProphecy::reveal in vendor/phpspec/prophecy/src/Prophecy/Prophecy/ObjectProphecy.php
Reveals double.

File

vendor/phpspec/prophecy/src/Prophecy/Prophecy/ProphecyInterface.php, line 26

Class

ProphecyInterface
Core Prophecy interface.

Namespace

Prophecy\Prophecy

Code

public function reveal();