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: doctrine/.github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.0.0
Choose a base ref
...
head repository: doctrine/.github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.1.0
Choose a head ref
  • 6 commits
  • 7 files changed
  • 3 contributors

Commits on Oct 9, 2025

  1. Configuration menu
    Copy the full SHA
    6db4a41 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #66 from doctrine/update-docs

    Update `documentation.yml` to reference docs builder
    paulinevos authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    cf7c368 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. Use development file

    It seems that recent versions of PHPUnit have started honoring
    display_errors. This prompted me to do this more global change, which
    means we no longer mean to turn assertions on manually, since that is
    done in the development INI file.
    greg0ire committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    42502ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request #67 from greg0ire/dev-file

    Use development file
    greg0ire authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    0b40ed3 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2025

  1. Check PHP configuration

    Let us check that we are running PHPUnit in the right conditions,
    otherwise we could get surprises such as no error output.
    greg0ire committed Oct 11, 2025
    Configuration menu
    Copy the full SHA
    76b9a74 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from greg0ire/cpc

    Check PHP configuration
    greg0ire authored Oct 11, 2025
    Configuration menu
    Copy the full SHA
    698b5c0 View commit details
    Browse the repository at this point in the history
Loading