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: psalm/psalm-plugin-phpunit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.8.1
Choose a base ref
...
head repository: psalm/psalm-plugin-phpunit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.0
Choose a head ref
  • 12 commits
  • 3 files changed
  • 3 contributors

Commits on Jan 11, 2020

  1. Configuration menu
    Copy the full SHA
    94b0bbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8250289 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #46 from SignpostMarv/travis/7.4-testing

    travis 7.4 testing
    weirdan authored Jan 11, 2020
    Configuration menu
    Copy the full SHA
    8e2be02 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Configuration menu
    Copy the full SHA
    1b4b4c0 View commit details
    Browse the repository at this point in the history
  2. removing comment

    psalm travis config features a non-nightly 7.4 entry as of 3.8.1
    SignpostMarv authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    7bf7bec View commit details
    Browse the repository at this point in the history
  3. isolate build failures from vimeo/psalm:dev-master

    isolate build failures of `composer update` from `vimeo/psalm:dev-master`
    SignpostMarv authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    bac311a View commit details
    Browse the repository at this point in the history
  4. updating codeception/base constraint

    * codeception/phpunit-wrapper 7.x does not allow phpunit 8 to be installed
    * codeception/base 2.5 does not allow codeception/phpunit-wrapper 8.x to be installed
    SignpostMarv authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    4330aea View commit details
    Browse the repository at this point in the history
  5. rolling back constraint

    supporting newer versions of phpunit leads to an issue where if `Foo extends TestCase` and `TestCase::setUp()` does not explicitly return void, failure occurs.
    
    see #53
    SignpostMarv authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    e113531 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a54c65c View commit details
    Browse the repository at this point in the history
  7. cache vendor directory

    while #46 borrowed psalm's use of `composer clear cache` in 8250289, it didn't also include the vendor directory caching.
    SignpostMarv authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    23c57a0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #52 from SignpostMarv/patch-3

    phpunit 9 was released
    muglug authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    59dbe2f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. Add string cast

    muglug authored Feb 15, 2020
    Configuration menu
    Copy the full SHA
    496c08f View commit details
    Browse the repository at this point in the history
Loading