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.16.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.17.0
Choose a head ref
  • 6 commits
  • 5 files changed
  • 5 contributors

Commits on Feb 11, 2022

  1. Improve provider non-optional argument phrasing

    I just ran across a case where I added an argument to a test method and forgot to give it a default value, and this made all previous arguments with defaults non-optional. The phrasing here confused me because I could clearly see that the argument it was complaining about had a default value, and it took me a while to find the actual issue that I forgot to add a default value to the new argument.
    AndrolGenhald authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    02a9ac7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1cad15 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. Fix tests for new version psalm

    Signed-off-by: Mougrim <rinat@mougrim.ru>
    mougrim committed May 22, 2022
    Configuration menu
    Copy the full SHA
    e1a4e2e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #119 from mougrim/master

    Fix tests for new version psalm
    orklah authored May 22, 2022
    Configuration menu
    Copy the full SHA
    89841a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

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

Commits on Jun 14, 2022

  1. Merge pull request #120 from VincentLanglet/patch-2

    Add getMockForAbstractClass stub
    orklah authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    4595154 View commit details
    Browse the repository at this point in the history
Loading