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

Created new Mutator for strtoupper function #535

Closed
wants to merge 28 commits into from

Commits on Oct 30, 2018

  1. Restrict installation with broken versions of symfony/console (infect…

    …ion#523)
    
    * Restrict installation with broken versions of symfony/console
    
    Also ignore bogus PHPStan warnings.
    
    * Update TestFrameworkFinder to always look for a .bat first. (infection#506)
    
    * Update TestFrameworkFinder to always look for a .bat first.
    
    Fixes infection#503
    
    * Phpunit_Bat_Wrapper: add cwd to path just for this test
    
    * Phpunit_Bat_Wrapper: it does not matter if Infection succeeds, only it must find phpunit.bat
    sanmai authored and maks-rafalko committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    ccffd49 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

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

Commits on Nov 1, 2018

  1. Enhancement: Enable no_superfluous_phpdoc_tags fixer (infection#525)

    * Enhancement: Enable no_superfluous_phpdoc_tags fixer
    
    * Fix: Run php-cs-fixer
    
    * Fix: Remove useless DocBlocks
    localheinz authored and maks-rafalko committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    2439066 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5491a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Configuration menu
    Copy the full SHA
    b89ecc4 View commit details
    Browse the repository at this point in the history
  2. Run project's tests in a random order for InitialTestRun process (inf…

    …ection#519)
    
    * Run project's tests in a random order for InitialTestRun process if it's possible
    
    * Run project's tests in a random order for PHPUnit 7.2+
    
    * Remove config.platform.php=7.0 from e2e tests. Add PHPUnit's cache file to .gitignore
    
    * Do not update executionOrder if it is set in phpunit.xml
    
    * Improve exception message to inform users about how to not allow Infection randomize tests
    
    * Add e2e test to ensure Infection does not try to randomize tests execution order when `phpunit.xml` contains `executeOrder="XXX"`
    maks-rafalko committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    66272d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aaa244c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2018

  1. Configuration menu
    Copy the full SHA
    21e9bff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7a0540 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c24ebd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ba9520 View commit details
    Browse the repository at this point in the history
  5. Merge branch '0.10'

    # Conflicts:
    #	composer.lock
    #	devTools/phpstan-src.neon
    maks-rafalko committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    a6ab3a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fed05b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a76e43f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2018

  1. Fix: Keep mutators in mutator profiles sorted by name (infection#541)

    * Enhancement: Assert that mutators in mutator profile constants are sorted by name
    
    * Fix: Keep mutators in mutator profiles sorted by name
    localheinz authored and maks-rafalko committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    2debcd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d389522 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    353d53a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    102aa26 View commit details
    Browse the repository at this point in the history
  5. Fixed copy and paste errors

    zf2timo committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    b74f77f View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feature/unwrap-strtoupper' of github.com:zf2timo/infect…

    …ion into feature/unwrap-strtoupper
    zf2timo committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    ff07af5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1cf909c View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Configuration menu
    Copy the full SHA
    e85f05f View commit details
    Browse the repository at this point in the history
  2. Fix variable names in mutators (infection#549)

    The function name being variable caused issues in other mutators before
    So we want to make sure it doesn't happen for the unwrap mutators
    BackEndTea authored and maks-rafalko committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    c696d27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36e1894 View commit details
    Browse the repository at this point in the history
  4. Fixed copy and paste errors

    zf2timo committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    528c6ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03b30e0 View commit details
    Browse the repository at this point in the history
  6. Rebased onto upstream/master

    zf2timo committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    1d97992 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'feature/unwrap-strtoupper' of github.com:zf2timo/infect…

    …ion into feature/unwrap-strtoupper
    zf2timo committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    711b6ab View commit details
    Browse the repository at this point in the history