OpenTelemetry PHP

TraceTest extends TestCase
in package

FinalYes
Attributes
#[CoversFunction]
'\OpenTelemetry\API\Trace\trace'

Table of Contents

Methods

test_does_not_keep_argument_references()  : void
test_ends_span()  : void
test_ends_span_on_exception()  : void
test_exception_does_not_leak_closure_reference()  : void
test_provides_args_to_closure()  : void
test_records_exception()  : void
test_restores_previous_span()  : void
test_rethrows_exception()  : void
test_returns_closure_result()  : void
test_runs_with_provided_span()  : void

Methods

test_does_not_keep_argument_references()

public test_does_not_keep_argument_references() : void

test_ends_span()

public test_ends_span() : void

test_ends_span_on_exception()

public test_ends_span_on_exception() : void

test_exception_does_not_leak_closure_reference()

public test_exception_does_not_leak_closure_reference() : void

test_provides_args_to_closure()

public test_provides_args_to_closure() : void

test_records_exception()

public test_records_exception() : void

test_restores_previous_span()

public test_restores_previous_span() : void

test_rethrows_exception()

public test_rethrows_exception() : void

test_returns_closure_result()

public test_returns_closure_result() : void

test_runs_with_provided_span()

public test_runs_with_provided_span() : void

        
On this page

Search results