spec\Prophecy\Prophecy\RevealerSpec::it_reveals_single_instance_of_ProphecyInterface PHP Method

it_reveals_single_instance_of_ProphecyInterface() public method

public it_reveals_single_instance_of_ProphecyInterface ( Prophecy\Prophecy\ProphecyInterface $prophecy, stdClass $object )
$prophecy Prophecy\Prophecy\ProphecyInterface
$object stdClass
    function it_reveals_single_instance_of_ProphecyInterface(ProphecyInterface $prophecy, \stdClass $object)
    {
        $prophecy->reveal()->willReturn($object);
        $this->reveal($prophecy)->shouldReturn($object);
    }