-
- Downloads
Issue #3510996: Add integration test
parent
3dae656d
No related branches found
No related tags found
Showing
- composer.json 3 additions, 0 deletionscomposer.json
- tests/modules/otlrs_test/otlog_test.info.yml 4 additions, 0 deletionstests/modules/otlrs_test/otlog_test.info.yml
- tests/modules/otlrs_test/otlog_test.routing.yml 13 additions, 0 deletionstests/modules/otlrs_test/otlog_test.routing.yml
- tests/modules/otlrs_test/src/TestControllers.php 32 additions, 0 deletionstests/modules/otlrs_test/src/TestControllers.php
- tests/src/Functional/LogIntegrationTest.php 115 additions, 0 deletionstests/src/Functional/LogIntegrationTest.php
... | @@ -20,6 +20,9 @@ | ... | @@ -20,6 +20,9 @@ |
"open-telemetry/api": "^1.1", | "open-telemetry/api": "^1.1", | ||
"open-telemetry/sem-conv": "^1.0" | "open-telemetry/sem-conv": "^1.0" | ||
}, | }, | ||
"require-dev": { | |||
"drupal/otunit": "@dev" | |||
}, | |||
"suggest": { | "suggest": { | ||
"open-telemetry/sdk": "To perform zero-code OpenTelemetry instrumentation" | "open-telemetry/sdk": "To perform zero-code OpenTelemetry instrumentation" | ||
} | } | ||
... | ... |
tests/modules/otlrs_test/otlog_test.info.yml
0 → 100644
tests/src/Functional/LogIntegrationTest.php
0 → 100644
Please register or sign in to comment