• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

api-platform / core / 25493683530 / 2
27%
master: 37%

Build:
Build:
LAST BUILD BRANCH: feature/http-cache-purge-tag-provider
DEFAULT BRANCH: master
Ran 07 May 2026 12:23PM UTC
Files 1521
Run time 51s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 May 2026 11:43AM UTC coverage: 25.758% (+11.9%) from 13.838%
25493683530.2

push

github

web-flow
fix(symfony): Symfony 8.1 compatibility (#7955)

* fix(symfony): skip DateTimeValueObjectTransformer registration on FrameworkBundle 8.1+

FrameworkBundle 8.1 registers DateTimeValueObjectTransformer itself as
.json_streamer.value_object_transformer.date_time and ships
DeprecateJsonStreamerValueTransformerTagPass, which appends the
json_streamer.property_value_transformer tag to every service still
carrying the deprecated json_streamer.value_transformer tag. Our service
implements ValueObjectTransformerInterface, not
PropertyValueTransformerInterface, so TransformerPass validation rejects
the container.

Gate the registration on the absence of the deprecation pass so we only
register on json-streamer 8.1 + framework-bundle <8.1, and drop the
deprecated tag from our own registration.

Closes #7954

* ci: add PHPUnit lane against Symfony 8.1 dev (framework-bundle + json-streamer)

The existing phpunit-symfony-next lane resolves to framework-bundle
8.0.x-dev because behat/* and friends-of-behat/* dev deps cap
symfony/console at <8, which excludes framework-bundle 8.1. This means
the FB 8.1 + json-streamer 8.1 combination — the one that triggers
issue #7954 — is not exercised in CI today.

Add a dedicated phpunit-symfony-edge lane that drops the behat dev deps
before resolving and explicitly pins framework-bundle and json-streamer
to 8.1.x-dev. Marked continue-on-error since 8.1 is still pre-stable
and unrelated upstream breakage shouldn't block PRs.

* test(symfony): guard FriendsOfBehatSymfonyExtensionBundle on class_exists

The Symfony 8.1 PHPUnit lane removes friends-of-behat/symfony-extension
from the dev deps to satisfy framework-bundle 8.1 / symfony-console 8
constraints. cache:clear runs outside the phpunit env, so $_ENV[APP_PHPUNIT]
is null and the kernel tries to instantiate a class that no longer exists.

Mirror the existing class_exists gates on DoctrineMongoDBBundle and McpBundle
so the kernel boots cleanly in any environment that doesn't hav... (continued)

16430 of 63785 relevant lines covered (25.76%)

25.5 hits per line

Source Files on job 25493683530.2
  • Tree
  • List 1521
  • Changed 415
  • Source Changed 0
  • Coverage Changed 415
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25493683530
  • 78c4ddf0 on github
  • Prev Job for on 4.3 (#25492985994.1)
  • Next Job for on 4.3 (#25493794531.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc