OpenTelemetry PHP

InMemoryStorageManagerWithSKDAutoload extends TestCase
in package
uses TestState

Table of Contents

Properties

$logger  : LoggerInterface|MockObject
$environmentVariables  : array<string|int, mixed>

Methods

setUp()  : void
test_in_memory_storage_manager_for_logs_with_sdk_autoload_enabled()  : void
test_in_memory_storage_manager_for_metrics_with_sdk_autoload_enabled()  : void
test_in_memory_storage_manager_for_traces_with_sdk_autoload_enabled()  : void
restoreEnvironmentVariables()  : void
setEnvironmentVariable()  : void
tearDownSharedState()  : void

Properties

$environmentVariables

private array<string|int, mixed> $environmentVariables = []

Methods

restoreEnvironmentVariables()

protected restoreEnvironmentVariables() : void
Attributes
#[After]

setEnvironmentVariable()

protected setEnvironmentVariable(string $variable, mixed $value) : void
Parameters
$variable : string
$value : mixed

tearDownSharedState()

protected tearDownSharedState() : void
Attributes
#[After]

        
On this page

Search results