OpenTelemetry PHP

SimpleSpanProcessorTest extends MockeryTestCase
in package

Attributes
#[CoversClass]
\OpenTelemetry\SDK\Trace\SpanProcessor\SimpleSpanProcessor::class

Table of Contents

Properties

$logWriter  : LogWriterInterface|MockObject
$nonSampledSpanContext  : SpanContextInterface
$readableSpan  : MockInterface|ReadableSpanInterface
$readWriteSpan  : MockInterface|ReadWriteSpanInterface
$sampledSpanContext  : SpanContextInterface
$simpleSpanProcessor  : SimpleSpanProcessor
$spanExporter  : MockInterface|SpanExporterInterface

Methods

test_does_not_trigger_concurrent_export()  : void
test_force_flush()  : void
test_force_flush_after_shutdown()  : void
test_on_end_after_shutdown()  : void
test_on_end_non_sampled_span()  : void
test_on_end_sampled_span()  : void
test_on_start()  : void
test_shutdown()  : void
test_throwing_exporter_export()  : void
test_throwing_exporter_flush()  : void
setUp()  : void

Properties

Methods

test_does_not_trigger_concurrent_export()

public test_does_not_trigger_concurrent_export() : void
Tags
psalm-suppress

UndefinedVariable


        
On this page

Search results