OpenTelemetry PHP

CloudTraceFormatterTest extends TestCase
in package

Attributes
#[CoversClass]
\OpenTelemetry\Extension\Propagator\CloudTrace\CloudTraceFormatter::class

Table of Contents

Methods

for_test_deserialize()  : array<string|int, mixed>
for_test_serialize()  : array<string|int, mixed>
test_deserialize()  : void
test_serialize()  : void

Methods

for_test_deserialize()

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

for_test_serialize()

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

test_deserialize()

public test_deserialize(string $header, string $traceId, string $spanId, int $sample) : void
Parameters
$header : string
$traceId : string
$spanId : string
$sample : int
Attributes
#[DataProvider]
'for_test_deserialize'

        
On this page

Search results