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

Commits on Jan 24, 2022

  1. Use predefined PHP float epsilon

    Instead of using an arbitrary epsilon, use the predefined PHP constant PHP_FLOAT_EPSILON, which is defined to be the smallest representable positive number "x", such that "x + 1.0 != 1.0".
    
    See https://www.php.net/manual/en/reserved.constants.php#constant.php-float-epsilon for additional information.
    marijnvanwezel authored and sebastianbergmann committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    136fae3 View commit details
    Browse the repository at this point in the history
  2. Fix CS/WS issue

    sebastianbergmann committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    1345f41 View commit details
    Browse the repository at this point in the history
  3. Update ChangeLog

    sebastianbergmann committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    d44c478 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5eee59e View commit details
    Browse the repository at this point in the history
  5. Update ChangeLog

    sebastianbergmann committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    9d189ff View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Update tools

    sebastianbergmann committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    d47253c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    988e84c View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Update tools

    sebastianbergmann committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    ddf8460 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85c519a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    97d92d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4283903 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Update tools

    sebastianbergmann committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    0e631be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4f823e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82368f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ab34e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a18536e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b7a802 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fedc94f View commit details
    Browse the repository at this point in the history
  8. Prepare release

    sebastianbergmann committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    1883687 View commit details
    Browse the repository at this point in the history
Loading