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

Commits on Aug 29, 2018

  1. fix issue #61

    Kevin Jiang committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    3181a60 View commit details
    Browse the repository at this point in the history
  2. fix issue #61

    Kevin Jiang committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    11fa902 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #62 from kevindragon/master

    make phpunit-args to custom variable
    nlamirault authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    2dc79bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecc3057 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #63 from nlamirault/revert-62-master

    Revert "make phpunit-args to custom variable"
    nlamirault authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    fe6bc91 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. feat: Support Laravel stack trace format

    The format for these stacktraces is:
    
    Signed-off-by: Clayton Carter <[email protected]>
    claytonrcarter committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    ac57840 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Merge pull request #68 from claytonrcarter/stack-trace-format

    feat: Support Laravel stack trace format
    nlamirault authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    02020d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Prefer composer.json vs .git for phpunit location

    In cases where more than one php project folder exist in a git tree, prefer the composer.json file over the .git folder for project root folder location.  I do not believe this will have negative impacts when there is more than one git tree inside a single php project folder (the reversed situation).
    steve-m-ny authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    729be2b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Merge pull request #69 from steve-m-ny/multiple-projects-per-repo

     Prefer composer.json vs .git for phpunit/composer root folder location
    nlamirault authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    4a36906 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

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

Commits on Aug 1, 2023

  1. Merge pull request #70 from piotrkwiecinski/default-program-type-mism…

    …atch
    
    phpunit-default-program fix choice type mismatch in customize
    nlamirault authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e5baa44 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. run tests using github actions and fix test case name

    Signed-off-by: Piotr Kwiecinski <[email protected]>
    piotrkwiecinski committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    f228bf4 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Merge pull request #71 from piotrkwiecinski/run-tests-on-github

    run tests using github actions and fix test case name
    nlamirault authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    650a508 View commit details
    Browse the repository at this point in the history
Loading