OpenTelemetry PHP

PhpIniResolverTest extends TestCase
in package

Tags
psalm-suppress

UndefinedMethod

Attributes
#[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

Properties

Methods

hasVariableProvider()

public static hasVariableProvider() : array<string|int, mixed>
Return values
array<string|int, mixed>

test_has_variable()

public test_has_variable(mixed $value, bool $expected) : void
Parameters
$value : mixed
$expected : bool
Attributes
#[DataProvider]
'hasVariableProvider'

        
On this page

Search results