MultiResponsePropagatorTest
extends MockeryTestCase
in package
Attributes
- #[CoversClass]
- \OpenTelemetry\Context\Propagation\MultiResponsePropagator::class
Table of Contents
Properties
- $propagator1 : MockInterface|ResponsePropagatorInterface
- $propagator2 : MockInterface|ResponsePropagatorInterface
- $propagator3 : MockInterface|ResponsePropagatorInterface
Methods
- test_inject_delegates() : void
- setUp() : void
Properties
$propagator1
private
MockInterface|ResponsePropagatorInterface
$propagator1
$propagator2
private
MockInterface|ResponsePropagatorInterface
$propagator2
$propagator3
private
MockInterface|ResponsePropagatorInterface
$propagator3
Methods
test_inject_delegates()
public
test_inject_delegates() : void
setUp()
protected
setUp() : void
Attributes
- #[Override]