OpenTelemetry PHP

NoopSpanBuilderTest extends TestCase
in package

Attributes
#[CoversClass]
\OpenTelemetry\API\Trace\NoopSpanBuilder::class

Table of Contents

Methods

test_add_link()  : void
test_noop_created_span_doesnt_use_current_context_if_no_parent()  : void
test_noop_created_span_removes_is_recording_flag()  : void
test_noop_created_span_uses_current_context()  : void
test_noop_created_span_uses_provided_context()  : void
test_set_attribute()  : void
test_set_attributes()  : void
test_set_no_parent()  : void
test_set_parent()  : void
test_set_span_kind()  : void
test_set_start_timestamp()  : void
test_start_span()  : void

Methods

test_noop_created_span_doesnt_use_current_context_if_no_parent()

public test_noop_created_span_doesnt_use_current_context_if_no_parent() : void

test_noop_created_span_removes_is_recording_flag()

public test_noop_created_span_removes_is_recording_flag() : void

test_noop_created_span_uses_current_context()

public test_noop_created_span_uses_current_context() : void

test_noop_created_span_uses_provided_context()

public test_noop_created_span_uses_provided_context() : void

        
On this page

Search results