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 ) |
public it_does_not_touch_non_prophecy_interface ( ) |
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 |
public it_reveals_single_instance_of_ProphecyInterface ( Prophecy\Prophecy\ProphecyInterface $prophecy, stdClass $object ) | ||
$prophecy | Prophecy\Prophecy\ProphecyInterface | |
$object | stdClass |