Method | Description | |
---|---|---|
it_constructs_new_prophecy_on_prophesize_call ( ) | ||
it_constructs_new_prophecy_with_interface_if_specified ( $doubler, Prophecy\Prophecy\ProphecySubjectInterface $newDouble ) | ||
it_constructs_new_prophecy_with_parent_class_if_specified ( $doubler, Prophecy\Prophecy\ProphecySubjectInterface $newDouble ) | ||
it_does_nothing_during_checkPredictions_call_if_no_predictions_defined ( ) | ||
it_exposes_all_created_prophecies_through_getter ( ) | ||
it_exposes_doubler_through_getter ( $doubler ) | ||
it_throws_AggregateException_if_defined_predictions_fail ( Prophecy\Prophecy\MethodProphecy $method1, Prophecy\Prophecy\MethodProphecy $method2, Prophecy\Argument\ArgumentsWildcard $arguments1, Prophecy\Argument\ArgumentsWildcard $arguments2 ) | ||
let ( Prophecy\Doubler\Doubler $doubler, Prophecy\Prophecy\ProphecySubjectInterface $double ) |
public it_constructs_new_prophecy_with_interface_if_specified ( $doubler, Prophecy\Prophecy\ProphecySubjectInterface $newDouble ) | ||
$newDouble | Prophecy\Prophecy\ProphecySubjectInterface |
public it_constructs_new_prophecy_with_parent_class_if_specified ( $doubler, Prophecy\Prophecy\ProphecySubjectInterface $newDouble ) | ||
$newDouble | Prophecy\Prophecy\ProphecySubjectInterface |
public it_exposes_doubler_through_getter ( $doubler ) |
public it_throws_AggregateException_if_defined_predictions_fail ( Prophecy\Prophecy\MethodProphecy $method1, Prophecy\Prophecy\MethodProphecy $method2, Prophecy\Argument\ArgumentsWildcard $arguments1, Prophecy\Argument\ArgumentsWildcard $arguments2 ) | ||
$method1 | Prophecy\Prophecy\MethodProphecy | |
$method2 | Prophecy\Prophecy\MethodProphecy | |
$arguments1 | Prophecy\Argument\ArgumentsWildcard | |
$arguments2 | Prophecy\Argument\ArgumentsWildcard |
public let ( Prophecy\Doubler\Doubler $doubler, Prophecy\Prophecy\ProphecySubjectInterface $double ) | ||
$doubler | Prophecy\Doubler\Doubler | |
$double | Prophecy\Prophecy\ProphecySubjectInterface |