PHP Class spec\Prophecy\Prophecy\RevealerSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: phpspec/prophecy

Public Methods

Method Description
it_does_not_touch_non_prophecy_interface ( )
it_is_revealer ( )
it_reveals_instances_of_ProphecyInterface_inside_array ( Prophecy\Prophecy\ProphecyInterface $prophecy1, Prophecy\Prophecy\ProphecyInterface $prophecy2, stdClass $object1, stdClass $object2 )
it_reveals_single_instance_of_ProphecyInterface ( Prophecy\Prophecy\ProphecyInterface $prophecy, stdClass $object )

Method Details

it_does_not_touch_non_prophecy_interface() public method

it_is_revealer() public method

public it_is_revealer ( )

it_reveals_instances_of_ProphecyInterface_inside_array() public method

public it_reveals_instances_of_ProphecyInterface_inside_array ( Prophecy\Prophecy\ProphecyInterface $prophecy1, Prophecy\Prophecy\ProphecyInterface $prophecy2, stdClass $object1, stdClass $object2 )
$prophecy1 Prophecy\Prophecy\ProphecyInterface
$prophecy2 Prophecy\Prophecy\ProphecyInterface
$object1 stdClass
$object2 stdClass

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