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.5.5
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.5.6
Choose a head ref
  • 19 commits
  • 10 files changed
  • 2 contributors

Commits on Jan 29, 2025

  1. Refactor and add additional cases to SourceMapperTest

    - Created a static factory method for `Source` to remove the redundant
      constructor arguments.
    - Created a static helper method to resolve the fixture path.
    - Test prefix inclusion and exlusion
    - Test suffix inclusion and exlusion
    dantleech authored and sebastianbergmann committed Jan 29, 2025
    Copy the full SHA
    8846d0b View commit details
  2. Copy the full SHA
    5f8c741 View commit details

Commits on Jan 30, 2025

  1. Improve source map performance for directories with same path

    This PR aggregates the directories to a map of paths to tuples
    containing prefixes and suffixes.
    
    This will reduce the overhead of scanning paths when multiple directory
    elements are defined with the same path but differnet prefixes or
    suffixes.
    
    Addresses #6111
    dantleech authored and sebastianbergmann committed Jan 30, 2025
    Copy the full SHA
    e9be224 View commit details
  2. Fix CS/WS issues

    sebastianbergmann committed Jan 30, 2025
    Copy the full SHA
    58f77ce View commit details
  3. Update ChangeLog

    sebastianbergmann committed Jan 30, 2025
    Copy the full SHA
    aafee86 View commit details
  4. Update tools

    sebastianbergmann committed Jan 30, 2025
    Copy the full SHA
    16739c4 View commit details
  5. Copy the full SHA
    627ebe4 View commit details
  6. Copy the full SHA
    46082ba View commit details
  7. Copy the full SHA
    6fe42cf View commit details
  8. Update expectation after https://wiki.php.net/rfc/error_backtraces_v2

    …was implemented for PHP 8.5
    sebastianbergmann committed Jan 30, 2025
    Copy the full SHA
    1881f84 View commit details
  9. Copy the full SHA
    6863147 View commit details
  10. Copy the full SHA
    be5aa22 View commit details
  11. Copy the full SHA
    5b59f0b View commit details
  12. Closes #6115

    sebastianbergmann committed Jan 30, 2025
    Copy the full SHA
    c146604 View commit details
  13. Copy the full SHA
    f65c9e1 View commit details
  14. Copy the full SHA
    f0ed86c View commit details

Commits on Jan 31, 2025

  1. Prepare release

    sebastianbergmann committed Jan 31, 2025
    Copy the full SHA
    1381c62 View commit details
  2. Copy the full SHA
    d206221 View commit details
  3. Prepare release

    sebastianbergmann committed Jan 31, 2025
    Copy the full SHA
    3c3ae14 View commit details
Loading