OpenTelemetry PHP

PsrUtilsTest extends TestCase
in package

FinalYes
Attributes
#[CoversClass]
\OpenTelemetry\SDK\Common\Export\Http\PsrUtils::class

Table of Contents

Methods

compressionProvider()  : array<string|int, mixed>
test_decode_empty_value()  : void
test_decode_stream()  : void
test_decode_stream_unknown_encoding()  : void
test_encode_stream()  : void
test_encode_stream_unknown_encoding()  : void
test_resolve_compression()  : void
test_retry_delay_initial()  : void
test_retry_delay_nth()  : void
test_retry_delay_respects_response_retry_after()  : void
test_retry_delay_respects_response_retry_after_date()  : void
test_retry_delay_response_with_invalid_retry_after()  : void
test_retry_delay_response_without_retry_after()  : void
test_retry_delay_uses_exponential_backoff_if_exceeds_retry_after()  : void

Methods

compressionProvider()

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

test_decode_empty_value()

public test_decode_empty_value() : void

test_decode_stream_unknown_encoding()

public test_decode_stream_unknown_encoding() : void

test_encode_stream_unknown_encoding()

public test_encode_stream_unknown_encoding() : void

test_resolve_compression()

public test_resolve_compression(mixed $input, mixed $expected) : void
Parameters
$input : mixed
$expected : mixed
Attributes
#[DataProvider]
'compressionProvider'

test_retry_delay_initial()

public test_retry_delay_initial() : void

test_retry_delay_nth()

public test_retry_delay_nth() : void

test_retry_delay_respects_response_retry_after()

public test_retry_delay_respects_response_retry_after() : void

test_retry_delay_respects_response_retry_after_date()

public test_retry_delay_respects_response_retry_after_date() : void

test_retry_delay_response_with_invalid_retry_after()

public test_retry_delay_response_with_invalid_retry_after() : void

test_retry_delay_response_without_retry_after()

public test_retry_delay_response_without_retry_after() : void

test_retry_delay_uses_exponential_backoff_if_exceeds_retry_after()

public test_retry_delay_uses_exponential_backoff_if_exceeds_retry_after() : void

        
On this page

Search results