OpenTelemetry PHP

ContextStorageTest extends TestCase
in package

Attributes
#[CoversClass]
\OpenTelemetry\Context\ContextStorage::class
#[CoversClass]
\OpenTelemetry\Context\ContextStorageHead::class
#[CoversClass]
\OpenTelemetry\Context\ContextStorageNode::class

Table of Contents

Methods

test_scope_returns_non_null_after_attach()  : void
test_scope_returns_null_in_new_fork()  : void
test_scope_returns_null_in_root()  : void
test_storage_fork_keeps_forked_root()  : void
test_storage_switch_switches_context()  : void
test_storage_switch_treats_unknown_id_as_main()  : void

Methods

test_scope_returns_non_null_after_attach()

public test_scope_returns_non_null_after_attach() : void

test_scope_returns_null_in_new_fork()

public test_scope_returns_null_in_new_fork() : void

test_scope_returns_null_in_root()

public test_scope_returns_null_in_root() : void

test_storage_fork_keeps_forked_root()

public test_storage_fork_keeps_forked_root() : void

test_storage_switch_switches_context()

public test_storage_switch_switches_context() : void

test_storage_switch_treats_unknown_id_as_main()

public test_storage_switch_treats_unknown_id_as_main() : void

        
On this page

Search results