Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PHP-Parser 5 support #1909

Merged
merged 24 commits into from
Mar 23, 2024
Merged

Add PHP-Parser 5 support #1909

merged 24 commits into from
Mar 23, 2024

Commits on Jan 8, 2024

  1. Add PHP-Parser 5 support

    sidz committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6bb008c View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    b89d64c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b59cbf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13f7282 View commit details
    Browse the repository at this point in the history
  4. Change Finally_ mutator due to internal changes in PhpParser\Node\Stm…

    …t\TryCatch constructor
    sidz committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    95054f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4211af View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    04cbfab View commit details
    Browse the repository at this point in the history
  2. apply cs fixer

    sidz committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    3e11ece View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83b65d6 View commit details
    Browse the repository at this point in the history
  4. revert Configuration changes

    sidz committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    3d6b007 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    297306a View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    4cc1b2f View commit details
    Browse the repository at this point in the history
  2. Fix tests

    sidz committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    32a462a View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Merge branch 'master' into add-php-parser-5-support

    # Conflicts:
    #	composer.json
    #	composer.lock
    #	src/Mutator/IgnoreMutator.php
    #	tests/phpunit/Mutant/MutantCodeFactoryTest.php
    #	tests/phpunit/Mutator/Arithmetic/MultiplicationTest.php
    #	tests/phpunit/Mutator/Boolean/Yield_Test.php
    #	tests/phpunit/Mutator/FunctionSignature/ProtectedVisibilityTest.php
    #	tests/phpunit/Mutator/FunctionSignature/PublicVisibilityTest.php
    #	tests/phpunit/Mutator/Loop/Foreach_Test.php
    #	tests/phpunit/Mutator/Regex/PregMatchMatchesTest.php
    #	tests/phpunit/Mutator/ReturnValue/ArrayOneItemTest.php
    #	tests/phpunit/Mutator/ReturnValue/FunctionCallTest.php
    #	tests/phpunit/Mutator/ReturnValue/NewObjectTest.php
    #	tests/phpunit/Mutator/ReturnValue/YieldValueTest.php
    #	tests/phpunit/Mutator/Util/AbstractValueToNullReturnValueTest.php
    #	tests/phpunit/PhpParser/FileParserTest.php
    #	tests/phpunit/PhpParser/Visitor/MutatorVisitorTest.php
    #	tests/phpunit/PhpParser/Visitor/ParentConnectorVisitorTest.php
    maks-rafalko committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    57ef6dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7870d4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    978fec3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce51c6d View commit details
    Browse the repository at this point in the history
  5. Fix more tests

    maks-rafalko committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    0f05af4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    155ccd0 View commit details
    Browse the repository at this point in the history
  7. Fix other tests

    maks-rafalko committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    7a96143 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into add-php-parser-5-support

    # Conflicts:
    #	tests/phpunit/PhpParser/Visitor/MutatorVisitorTest.php
    maks-rafalko committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    5cf4af4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ae34407 View commit details
    Browse the repository at this point in the history
  10. Revert "Conflict with nikic/php-parser in e2e tests unless #1909 is…

    … merged"
    
    This reverts commit 873cd33.
    maks-rafalko committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    00cd608 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5383a88 View commit details
    Browse the repository at this point in the history