OpenTelemetry PHP

InMemoryStorageManagerTest extends TestCase
in package

Test class for InMemoryStorageManager.

This class focuses on testing the getStorageForMetrics method.

Attributes
#[CoversClass]
\OpenTelemetry\SDK\Common\Export\InMemoryStorageManager::class

Table of Contents

Methods

getStorageName()  : array<string|int, mixed>
test_get_storage_for_metrics_operates_properly()  : void
test_get_storage_for_metrics_returns_same_instance()  : void

Methods

getStorageName()

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

test_get_storage_for_metrics_operates_properly()

public test_get_storage_for_metrics_operates_properly(mixed $method) : void
Parameters
$method : mixed
Attributes
#[DataProvider]
'getStorageName'

test_get_storage_for_metrics_returns_same_instance()

public test_get_storage_for_metrics_returns_same_instance() : void

        
On this page

Search results