OpenTelemetry PHP

ResourceInfoFactoryTest extends TestCase
in package
uses TestState

Attributes
#[CoversNothing]

Table of Contents

Properties

$environmentVariables  : array<string|int, mixed>

Methods

test_all_default_resources()  : void
test_composer_default_resources()  : void
test_detector_priority()  : void
test_env_default_resources()  : void
test_none_default_resources()  : void
test_os_and_host_default_resources()  : void
test_process_and_process_runtime_default_resources()  : void
test_sdk_and_sdk_provided_default_resources()  : void
restoreEnvironmentVariables()  : void
setEnvironmentVariable()  : void
tearDownSharedState()  : void

Properties

$environmentVariables

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

Methods

test_process_and_process_runtime_default_resources()

public test_process_and_process_runtime_default_resources() : void

test_sdk_and_sdk_provided_default_resources()

public test_sdk_and_sdk_provided_default_resources() : 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]

        
On this page

Search results