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
$logger
protected
LoggerInterface|MockObject
$logger
$environmentVariables
private
array<string|int, mixed>
$environmentVariables
= []
Methods
setUp()
public
setUp() : void
test_in_memory_storage_manager_for_logs_with_sdk_autoload_enabled()
public
test_in_memory_storage_manager_for_logs_with_sdk_autoload_enabled() : void
test_in_memory_storage_manager_for_metrics_with_sdk_autoload_enabled()
public
test_in_memory_storage_manager_for_metrics_with_sdk_autoload_enabled() : void
test_in_memory_storage_manager_for_traces_with_sdk_autoload_enabled()
public
test_in_memory_storage_manager_for_traces_with_sdk_autoload_enabled() : void
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]