|
99 | 99 | "flow-php/postgresql": "self.version", |
100 | 100 | "flow-php/snappy": "self.version", |
101 | 101 | "flow-php/symfony-http-foundation-bridge": "self.version", |
| 102 | + "flow-php/symfony-http-foundation-telemetry-bridge": "self.version", |
| 103 | + "flow-php/psr7-telemetry-bridge": "self.version", |
102 | 104 | "flow-php/telemetry": "self.version", |
103 | 105 | "flow-php/telemetry-otlp-bridge": "self.version", |
104 | 106 | "flow-php/types": "self.version" |
|
128 | 130 | "src/bridge/monolog/http/src/Flow", |
129 | 131 | "src/bridge/monolog/telemetry/src/Flow", |
130 | 132 | "src/bridge/openapi/specification/src/Flow", |
| 133 | + "src/bridge/psr7/telemetry/src/Flow", |
131 | 134 | "src/bridge/symfony/http-foundation/src/Flow", |
| 135 | + "src/bridge/symfony/http-foundation-telemetry/src/Flow", |
132 | 136 | "src/bridge/telemetry/otlp/src/Flow", |
133 | 137 | "src/cli/src/Flow", |
134 | 138 | "src/core/etl/src/Flow", |
|
172 | 176 | "src/bridge/monolog/http/src/Flow/Bridge/Monolog/Http/DSL/functions.php", |
173 | 177 | "src/bridge/monolog/telemetry/src/Flow/Bridge/Monolog/Telemetry/DSL/functions.php", |
174 | 178 | "src/bridge/openapi/specification/src/Flow/Bridge/OpenAPI/Specification/DSL/functions.php", |
| 179 | + "src/bridge/psr7/telemetry/src/Flow/Bridge/Psr7/Telemetry/DSL/functions.php", |
175 | 180 | "src/bridge/symfony/http-foundation/src/Flow/Bridge/Symfony/HttpFoundation/functions.php", |
| 181 | + "src/bridge/symfony/http-foundation-telemetry/src/Flow/Bridge/Symfony/HttpFoundationTelemetry/DSL/functions.php", |
176 | 182 | "src/bridge/telemetry/otlp/src/Flow/Bridge/Telemetry/OTLP/DSL/functions.php", |
177 | 183 | "src/cli/src/Flow/CLI/DSL/functions.php", |
178 | 184 | "src/core/etl/src/Flow/ETL/DSL/functions.php", |
|
212 | 218 | "src/bridge/monolog/http/tests/Flow", |
213 | 219 | "src/bridge/monolog/telemetry/tests/Flow", |
214 | 220 | "src/bridge/openapi/specification/tests/Flow", |
| 221 | + "src/bridge/psr7/telemetry/tests/Flow", |
215 | 222 | "src/bridge/symfony/http-foundation/tests/Flow", |
| 223 | + "src/bridge/symfony/http-foundation-telemetry/tests/Flow", |
216 | 224 | "src/bridge/telemetry/otlp/tests/Flow", |
217 | 225 | "src/cli/tests/Flow", |
218 | 226 | "src/core/etl/tests/Flow", |
|
281 | 289 | "@test:bridge:monolog-http", |
282 | 290 | "@test:bridge:monolog-telemetry", |
283 | 291 | "@test:bridge:openapi-specification", |
| 292 | + "@test:bridge:psr7-telemetry", |
284 | 293 | "@test:bridge:symfony-http-foundation", |
| 294 | + "@test:bridge:symfony-http-foundation-telemetry", |
285 | 295 | "@test:bridge:telemetry-otlp" |
286 | 296 | ], |
287 | 297 | "test:adapters": [ |
|
359 | 369 | "test:bridge:openapi-specification": [ |
360 | 370 | "tools/phpunit/vendor/bin/phpunit --testsuite=bridge-openapi-specification-unit --log-junit ./var/phpunit/logs/bridge-openapi-specification-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-openapi-specification-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/bridge-openapi-specification-unit" |
361 | 371 | ], |
| 372 | + "test:bridge:psr7-telemetry": [ |
| 373 | + "tools/phpunit/vendor/bin/phpunit --testsuite=bridge-psr7-telemetry-unit --log-junit ./var/phpunit/logs/bridge-psr7-telemetry-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-psr7-telemetry-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/bridge-psr7-telemetry-unit", |
| 374 | + "tools/phpunit/vendor/bin/phpunit --testsuite=bridge-psr7-telemetry-integration --log-junit ./var/phpunit/logs/bridge-psr7-telemetry-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-psr7-telemetry-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/bridge-psr7-telemetry-integration" |
| 375 | + ], |
362 | 376 | "test:bridge:symfony-http-foundation": [ |
363 | 377 | "tools/phpunit/vendor/bin/phpunit --testsuite=bridge-symfony-http-foundation-unit --log-junit ./var/phpunit/logs/bridge-symfony-http-foundation-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-symfony-http-foundation-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/bridge-symfony-http-foundation-unit", |
364 | 378 | "tools/phpunit/vendor/bin/phpunit --testsuite=bridge-symfony-http-foundation-integration --log-junit ./var/phpunit/logs/bridge-symfony-http-foundation-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-symfony-http-foundation-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/bridge-symfony-http-foundation-integration" |
365 | 379 | ], |
| 380 | + "test:bridge:symfony-http-foundation-telemetry": [ |
| 381 | + "tools/phpunit/vendor/bin/phpunit --testsuite=bridge-symfony-http-foundation-telemetry-unit --log-junit ./var/phpunit/logs/bridge-symfony-http-foundation-telemetry-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-symfony-http-foundation-telemetry-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/bridge-symfony-http-foundation-telemetry-unit", |
| 382 | + "tools/phpunit/vendor/bin/phpunit --testsuite=bridge-symfony-http-foundation-telemetry-integration --log-junit ./var/phpunit/logs/bridge-symfony-http-foundation-telemetry-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-symfony-http-foundation-telemetry-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/bridge-symfony-http-foundation-telemetry-integration" |
| 383 | + ], |
366 | 384 | "test:bridge:telemetry-otlp": [ |
367 | 385 | "tools/phpunit/vendor/bin/phpunit --testsuite=bridge-telemetry-otlp-unit --log-junit ./var/phpunit/logs/bridge-telemetry-otlp-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-telemetry-otlp-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/bridge-telemetry-otlp-unit", |
368 | 386 | "tools/phpunit/vendor/bin/phpunit --testsuite=bridge-telemetry-otlp-integration --log-junit ./var/phpunit/logs/bridge-telemetry-otlp-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-telemetry-otlp-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/bridge-telemetry-otlp-integration" |
|
0 commit comments