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: sebastianbergmann/phpunit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9.6.6
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.6.7
Choose a head ref
  • 17 commits
  • 13 files changed
  • 3 contributors

Commits on Mar 30, 2023

  1. Update tools

    sebastianbergmann committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    7e3c42a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    754fe22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    231d0ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d781fac View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Constraint/logicalNot: bug fix - prevent weird replacement

    If a value passed to an assertion would have `exists` in it, it would get replaced by `does not exist` leading to weird error messages.
    
    Fixed now.
    
    I have a test for this, but as this code isn't tested in the 8.5 branch, I will pull the test separately and to the `main` branch.
    jrfnl authored and sebastianbergmann committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    3f8e08a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d71cb09 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Update tools#

    sebastianbergmann committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    8f6ba1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d31ade View commit details
    Browse the repository at this point in the history
  3. Fix CS/WS issue

    sebastianbergmann committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    c181114 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b754747 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. PHPUnit 9 | Update deprecation notices for assertObject[Not]HasAttrib…

    …ute()
    
    ... now PHPUnit 10.1.0 introduces the `assertObjectHasProperty()` and `assertObjectNotHasProperty()` methods.
    
    Refs:
    * #5231
    * f18856c
    jrfnl authored and sebastianbergmann committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    5a0a0de View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

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

Commits on Apr 13, 2023

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

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    262b0dc View commit details
    Browse the repository at this point in the history
  2. Update ChangeLog

    sebastianbergmann committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    2fb3430 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3907ef5 View commit details
    Browse the repository at this point in the history
  4. Prepare release

    sebastianbergmann committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    c993f0d View commit details
    Browse the repository at this point in the history
Loading