OpenTelemetry PHP

EventLoggerProviderFactoryTest extends TestCase
in package
uses TestState

Attributes
#[CoversClass]
\OpenTelemetry\SDK\Logs\EventLoggerProviderFactory::class

Table of Contents

Properties

$environmentVariables  : array<string|int, mixed>

Methods

createProvider()  : array<string|int, mixed>
test_create()  : void
restoreEnvironmentVariables()  : void
setEnvironmentVariable()  : void
tearDownSharedState()  : void

Properties

$environmentVariables

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

Methods

test_create()

public test_create(string $disabled, string $expected) : void
Parameters
$disabled : string
$expected : string
Tags
psalm-suppress

ArgumentTypeCoercion

Attributes
#[DataProvider]
'createProvider'

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