DiscoveryTest
extends TestCase
uses
TestState
-
#[CoversClass]
-
\OpenTelemetry\SDK\Common\Http\Psr\Client\Discovery::class
Table of Contents
Properties
-
$environmentVariables
: array<string|int, mixed>
Methods
-
test_discover()
: void
-
test_discover_with_defaults()
: void
-
test_fallback()
: void
-
restoreEnvironmentVariables()
: void
-
setEnvironmentVariable()
: void
-
tearDownSharedState()
: void
$environmentVariables
private
array<string|int, mixed>
$environmentVariables
= []
test_discover()
public
test_discover() : void
test_discover_with_defaults()
public
test_discover_with_defaults() : void
test_fallback()
public
test_fallback() : void
restoreEnvironmentVariables()
protected
restoreEnvironmentVariables() : void
setEnvironmentVariable()
protected
setEnvironmentVariable(string $variable, mixed $value) : void
Parameters
-
$variable
: string
-
-
$value
: mixed
-
tearDownSharedState()
protected
tearDownSharedState() : void