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: sebastianbergmann/phpunit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 11.2.3
Choose a base ref
...
head repository: sebastianbergmann/phpunit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11.2.4
Choose a head ref
  • 13 commits
  • 9 files changed
  • 2 contributors

Commits on Jun 19, 2024

  1. Rename class

    sebastianbergmann committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    819be58 View commit details
    Browse the repository at this point in the history
  2. Add test for #5874

    sebastianbergmann committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2b88987 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Refactor unsetting tests during TestSuite::run, for even faster destr…

    …uction of instances.
    
    - Continuing on the destruction fix: The iterator also holds the array of tests. For tests with dataProviders, this results in not immediately destructing each Test, but only when the deeper TestSuite is done.
    - Refactored cleanup tricks: Just do a first loop so we no longer need properties nor the iterator, and then array_shift as we go.
    - Added test coverage.
    Maarten Scholder authored and sebastianbergmann committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    541fd37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2f136f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4472c94 View commit details
    Browse the repository at this point in the history
  4. Update ChangeLog

    sebastianbergmann committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    23deadb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a0e347 View commit details
    Browse the repository at this point in the history
  6. Update ChangeLog

    sebastianbergmann committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    92d243a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67323d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    75a3d30 View commit details
    Browse the repository at this point in the history
  9. Prepare release

    sebastianbergmann committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    1282659 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c5da79f View commit details
    Browse the repository at this point in the history
  11. Prepare release

    sebastianbergmann committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0991687 View commit details
    Browse the repository at this point in the history
Loading