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

Commits on Jul 27, 2019

  1. Move ReflectionType::__toString() cases to getName()

    While this has become obvious in php74, because now a warning is
    emitted, that function has been deprecated since php71 (without
    warning), so it's perfectly ok/safe to apply for it in phpunit7 (that
    officially supports php71-php73).
    
    Plus, of course, this enables some projects, that cannot follow
    phpunit support schema 100% all the time, to continue working
    with phpunit7 and php74.
    
    Our case, Moodle 3.8, to be released in November 2019, days before
    the end of php71 support, will need to support php71 and also php74.
    Having an unique phpunit helps a lot, and it seems achievable.
    
    Then, in Moodle 3.9, to be released in May 2020, we'll upgrade
    to phpunit8 because that will match 100% out php72 - php74.
    
    So basically, in our May releases, we always match 100% phpunit's
    php supported versions, but in our November releases, we usually
    require an older phpunit to work with a newer php (that is not bad).
    stronk7 authored and sebastianbergmann committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    e11397f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2019

  1. Update tools

    sebastianbergmann committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    2cfde30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3e529e View commit details
    Browse the repository at this point in the history
  3. Reorder

    sebastianbergmann committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    062dfa4 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Prepare release

    sebastianbergmann committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    d79c053 View commit details
    Browse the repository at this point in the history
Loading