-
-
Notifications
You must be signed in to change notification settings - Fork 123
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: symfony/framework-bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.3.9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/framework-bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.3.10
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 33 files changed
- 4 contributors
Commits on Dec 30, 2025
-
[FrameworkBundle] Better deprecation message when running `bin/consol…
…e debug:container --show-arguments`
Configuration menu - View commit details
-
Copy full SHA for bbc3996 - Browse repository at this point
Copy the full SHA bbc3996View commit details
Commits on Jan 5, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 1d41e1f - Browse repository at this point
Copy the full SHA 1d41e1fView commit details
Commits on Jan 6, 2026
-
* 6.4: do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations [HttpClient] Fix and test replacing repeated headers with CachingHttpClient [Messenger] Fix processing batches do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations
Configuration menu - View commit details
-
Copy full SHA for 516235e - Browse repository at this point
Copy the full SHA 516235eView commit details
Commits on Jan 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 5e59a6f - Browse repository at this point
Copy the full SHA 5e59a6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2952e8 - Browse repository at this point
Copy the full SHA c2952e8View commit details -
bug #62795 [FrameworkBundle] Fix mocking decorated services in tests …
…(nicolas-grekas) This PR was merged into the 6.4 branch. Discussion ---------- [FrameworkBundle] Fix mocking decorated services in tests | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #62693 and #62726 | License | MIT The root issue under #62693 was that the innermost decorated service (the original service wrapped by all decorators) was getting inlined into the first decorator during container compilation. When the service is inlined, it no longer exists as a separate service in the container, so `TestContainer::set()` can't replace it. Commits ------- 234dab0ab69 [FrameworkBundle] Fix mocking decorated services in tests
Configuration menu - View commit details
-
Copy full SHA for 5081947 - Browse repository at this point
Copy the full SHA 5081947View commit details -
* 6.4: [FrameworkBundle] Fix mocking decorated services in tests
Configuration menu - View commit details
-
Copy full SHA for 36925c4 - Browse repository at this point
Copy the full SHA 36925c4View commit details
Commits on Jan 8, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 59b1d89 - Browse repository at this point
Copy the full SHA 59b1d89View commit details
Commits on Jan 9, 2026
-
* 6.4: fix high deps tests [HttpFoundation] Fix double-prefixing of session keys when using redis/memcached [FrameworkBundle] Revert destination file change for secrets:decrypt-to-local [Process] Ignore invalid env var names
Configuration menu - View commit details
-
Copy full SHA for 01b3f63 - Browse repository at this point
Copy the full SHA 01b3f63View commit details
Commits on Jan 12, 2026
-
[FrameworkBundle] Ensure a fresh container is used after cache warmup…
… in KernelTestCase When the cache is empty, and a test starts, it will compile the container, and warm up the cache. However, this means that the container used during the test is not fresh anymore, as it has been compiled with the cache warmer service registered. This change ensures that if the cache warmer is detected in the container after booting, a new kernel is booted to provide a fresh container for the test.
Configuration menu - View commit details
-
Copy full SHA for c15844f - Browse repository at this point
Copy the full SHA c15844fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f010f8 - Browse repository at this point
Copy the full SHA 3f010f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f64f9b2 - Browse repository at this point
Copy the full SHA f64f9b2View commit details -
* 6.4: do not use PHPUnit mock objects without configured expectations fix low deps test with Console component < 6.4 [FrameworkBundle] Check for console package before register `CommandDataCollector` do not use PHPUnit mock objects without configured expectations [FrameworkBundle] Ensure a fresh container is used after cache warmup in KernelTestCase do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations [Finder] Fix `Finder::append()` breaking generic typing contract
Configuration menu - View commit details
-
Copy full SHA for 08392c6 - Browse repository at this point
Copy the full SHA 08392c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6cfc86 - Browse repository at this point
Copy the full SHA b6cfc86View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.3.9...v7.3.10