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: 4.7.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: 4.7.6
Choose a head ref
  • 19 commits
  • 115 files changed
  • 3 contributors

Commits on Jun 21, 2015

  1. Leftover from f6701ef

    sebastianbergmann committed Jun 21, 2015

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    573a120 View commit details
  2. Fix CS/WS issues

    sebastianbergmann committed Jun 21, 2015
    Copy the full SHA
    094b0fe View commit details
  3. Close #1692

    sebastianbergmann committed Jun 21, 2015
    Copy the full SHA
    5710cee View commit details
  4. Copy the full SHA
    3cdd7a6 View commit details
  5. Update ChangeLog

    sebastianbergmann committed Jun 21, 2015
    Copy the full SHA
    5bedd97 View commit details
  6. Copy the full SHA
    1c3c819 View commit details
  7. Copy the full SHA
    8161346 View commit details
  8. Copy the full SHA
    692db16 View commit details
  9. Leftover from 8161346

    sebastianbergmann committed Jun 21, 2015
    Copy the full SHA
    bc6f8c5 View commit details

Commits on Jun 23, 2015

  1. Closes #1761

    sebastianbergmann committed Jun 23, 2015
    Copy the full SHA
    a844289 View commit details
  2. Closes #1763

    Graham Campbell authored and sebastianbergmann committed Jun 23, 2015
    Copy the full SHA
    9629b5b View commit details
  3. Update ChangeLog

    sebastianbergmann committed Jun 23, 2015
    Copy the full SHA
    fe6b488 View commit details

Commits on Jun 25, 2015

  1. Allow onNotSuccessfulTest() to accept Throwable

    Remove "Exception" type-hint for onNotSuccessfulTest() and replace with inline checking for proper type based on PHP major version. The calling context for this method was changed in #1748 such that both objects of type Exception and interface Throwable can be passed.
    
    Throwable was introduced in 7.0.0-alpha2, so changing the type-hint to "Throwable" is a BC break; this fix attempts to do the right thing while maintaining BC.
    brownoxford authored and sebastianbergmann committed Jun 25, 2015
    Copy the full SHA
    f3e2635 View commit details
  2. Cleanup

    sebastianbergmann committed Jun 25, 2015
    Copy the full SHA
    90d07e6 View commit details
  3. Update ChangeLog

    sebastianbergmann committed Jun 25, 2015
    Copy the full SHA
    afa1127 View commit details
  4. Revert "Update ChangeLog"

    This reverts commit afa1127.
    sebastianbergmann committed Jun 25, 2015
    Copy the full SHA
    ad3e8a6 View commit details
  5. Revert "Cleanup"

    This reverts commit 90d07e6.
    sebastianbergmann committed Jun 25, 2015
    Copy the full SHA
    0c39966 View commit details
  6. Copy the full SHA
    7194ed3 View commit details

Commits on Jun 30, 2015

  1. Prepare release

    sebastianbergmann committed Jun 30, 2015
    Copy the full SHA
    0ebabb4 View commit details
Loading