|
107 | 107 | "flow-php/psr7-telemetry-bridge": "self.version", |
108 | 108 | "flow-php/psr18-telemetry-bridge": "self.version", |
109 | 109 | "flow-php/snappy": "self.version", |
| 110 | + "flow-php/symfony-filesystem-bundle": "self.version", |
110 | 111 | "flow-php/symfony-http-foundation-bridge": "self.version", |
111 | 112 | "flow-php/symfony-http-foundation-telemetry-bridge": "self.version", |
112 | 113 | "flow-php/symfony-postgresql-bundle": "self.version", |
|
143 | 144 | "src/bridge/openapi/specification/src/Flow", |
144 | 145 | "src/bridge/psr7/telemetry/src/Flow", |
145 | 146 | "src/bridge/psr18/telemetry/src/Flow", |
| 147 | + "src/bridge/symfony/filesystem-bundle/src/Flow", |
146 | 148 | "src/bridge/symfony/http-foundation-telemetry/src/Flow", |
147 | 149 | "src/bridge/symfony/http-foundation/src/Flow", |
148 | 150 | "src/bridge/symfony/postgresql-bundle/src/Flow", |
|
242 | 244 | "src/bridge/openapi/specification/tests/Flow", |
243 | 245 | "src/bridge/psr7/telemetry/tests/Flow", |
244 | 246 | "src/bridge/psr18/telemetry/tests/Flow", |
| 247 | + "src/bridge/symfony/filesystem-bundle/tests/Flow", |
245 | 248 | "src/bridge/symfony/http-foundation-telemetry/tests/Flow", |
246 | 249 | "src/bridge/symfony/http-foundation/tests/Flow", |
247 | 250 | "src/bridge/symfony/postgresql-bundle/tests/Flow", |
|
318 | 321 | "@test:bridge:phpunit-telemetry", |
319 | 322 | "@test:bridge:psr7-telemetry", |
320 | 323 | "@test:bridge:psr18-telemetry", |
| 324 | + "@test:bridge:symfony-filesystem-bundle", |
321 | 325 | "@test:bridge:symfony-http-foundation", |
322 | 326 | "@test:bridge:symfony-http-foundation-telemetry", |
323 | 327 | "@test:bridge:symfony-postgresql-bundle", |
|
410 | 414 | "tools/phpunit/vendor/bin/phpunit --testsuite=bridge-psr18-telemetry-unit --log-junit ./var/phpunit/logs/bridge-psr18-telemetry-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-psr18-telemetry-unit.coverage.xml", |
411 | 415 | "tools/phpunit/vendor/bin/phpunit --testsuite=bridge-psr18-telemetry-integration --log-junit ./var/phpunit/logs/bridge-psr18-telemetry-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-psr18-telemetry-integration.coverage.xml" |
412 | 416 | ], |
| 417 | + "test:bridge:symfony-filesystem-bundle": [ |
| 418 | + "tools/phpunit/vendor/bin/phpunit --testsuite=bridge-symfony-filesystem-bundle-unit --log-junit ./var/phpunit/logs/bridge-symfony-filesystem-bundle-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-symfony-filesystem-bundle-unit.coverage.xml", |
| 419 | + "tools/phpunit/vendor/bin/phpunit --testsuite=bridge-symfony-filesystem-bundle-integration --log-junit ./var/phpunit/logs/bridge-symfony-filesystem-bundle-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-symfony-filesystem-bundle-integration.coverage.xml" |
| 420 | + ], |
413 | 421 | "test:bridge:symfony-http-foundation": [ |
414 | 422 | "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", |
415 | 423 | "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" |
|
0 commit comments