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.9.2
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.10.0
Choose a head ref
  • 16 commits
  • 20 files changed
  • 3 contributors

Commits on Apr 3, 2020

  1. apply PSR-4 to source

    radarlog committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    00b480f View commit details
    Browse the repository at this point in the history
  2. apply PSR-4 to tests

    radarlog committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    4e1e824 View commit details
    Browse the repository at this point in the history
  3. define php requirements

    radarlog committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    7cef85e View commit details
    Browse the repository at this point in the history
  4. add composer config section

    radarlog committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    049de92 View commit details
    Browse the repository at this point in the history
  5. reflect stubs

    and ensure compatibility with PhpStorm
    radarlog committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    7989d19 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. Revert "reflect stubs"

    This reverts commit 7989d19
    radarlog committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    47958c5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61 from radarlog/psr-4

    Ensure compatibility with PSR-4 autoloading standard
    weirdan authored Apr 5, 2020
    Configuration menu
    Copy the full SHA
    e997675 View commit details
    Browse the repository at this point in the history
  3. Rename stubs from *.php to *.phpstub

    This hides them from PHPStorm, preventing false positives it used to
    emit.
    weirdan committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    5128529 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #64 from weirdan/rename-stubs

    Rename stubs from *.php to *.phpstub
    muglug authored Apr 5, 2020
    Configuration menu
    Copy the full SHA
    4b662fd View commit details
    Browse the repository at this point in the history
  5. Update to Codeception 4.x

    weirdan committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    20e147f View commit details
    Browse the repository at this point in the history
  6. Bump PHPUnit to 7.5+

    Codeception 4.x is not compatible with lower versions
    weirdan committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    63838b8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #65 from weirdan/update-to-codeception-4.x

    Update to Codeception 4.x
    weirdan authored Apr 5, 2020
    Configuration menu
    Copy the full SHA
    a87e003 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e31d9f5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5f50702 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #66 from weirdan/add-gitattributes

    Added gitattributes to exclude dev files from dist archives
    weirdan authored Apr 5, 2020
    Configuration menu
    Copy the full SHA
    6705c8c View commit details
    Browse the repository at this point in the history
  11. Merge pull request #67 from weirdan/shim-queueClassLikeForScanning

    Shim queueClassLikeForScanning
    weirdan authored Apr 5, 2020
    Configuration menu
    Copy the full SHA
    12b3978 View commit details
    Browse the repository at this point in the history
Loading