PhpIniResolverTest
extends TestCase
-
psalm-suppress
-
-
#[CoversClass]
-
\OpenTelemetry\SDK\Common\Configuration\Resolver\PhpIniResolver::class
Table of Contents
Properties
-
$accessor
: PhpIniAccessor
-
$resolver
: PhpIniResolver
Methods
-
hasVariableProvider()
: array<string|int, mixed>
-
setUp()
: void
-
test_has_variable()
: void
-
test_retrieve_array()
: void
-
test_retrieve_string()
: void
$accessor
private
PhpIniAccessor
$accessor
$resolver
private
PhpIniResolver
$resolver
hasVariableProvider()
public
static hasVariableProvider() : array<string|int, mixed>
Return values
array<string|int, mixed>
setUp()
public
setUp() : void
test_has_variable()
public
test_has_variable(mixed $value, bool $expected) : void
Parameters
-
$value
: mixed
-
-
$expected
: bool
-
-
#[DataProvider]
-
'hasVariableProvider'
test_retrieve_array()
public
test_retrieve_array() : void
test_retrieve_string()
public
test_retrieve_string() : void