Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

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
Choose a base ref
...
head repository: symfony/framework-bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.3.10
Choose a head ref
  • 14 commits
  • 33 files changed
  • 4 contributors

Commits on Dec 30, 2025

  1. [FrameworkBundle] Better deprecation message when running `bin/consol…

    …e debug:container --show-arguments`
    lyrixx committed Dec 30, 2025
    Configuration menu
    Copy the full SHA
    bbc3996 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2026

  1. Configuration menu
    Copy the full SHA
    1d41e1f View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. Merge branch '6.4' into 7.3

    * 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
    xabbuh committed Jan 6, 2026
    Configuration menu
    Copy the full SHA
    516235e View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2026

  1. Configuration menu
    Copy the full SHA
    5e59a6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2952e8 View commit details
    Browse the repository at this point in the history
  3. 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
    nicolas-grekas committed Jan 7, 2026
    Configuration menu
    Copy the full SHA
    5081947 View commit details
    Browse the repository at this point in the history
  4. Merge branch '6.4' into 7.3

    * 6.4:
      [FrameworkBundle] Fix mocking decorated services in tests
    nicolas-grekas committed Jan 7, 2026
    Configuration menu
    Copy the full SHA
    36925c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. Configuration menu
    Copy the full SHA
    59b1d89 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2026

  1. Merge branch '6.4' into 7.3

    * 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
    xabbuh committed Jan 9, 2026
    Configuration menu
    Copy the full SHA
    01b3f63 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

  1. [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.
    lyrixx committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    c15844f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f010f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f64f9b2 View commit details
    Browse the repository at this point in the history
  4. Merge branch '6.4' into 7.3

    * 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
    xabbuh committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    08392c6 View commit details
    Browse the repository at this point in the history
  5. fix merge

    xabbuh committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    b6cfc86 View commit details
    Browse the repository at this point in the history
Loading