Infection v0.19.0 Release Notes

Release Date: 2020-10-28 // over 3 years ago
  • Full Changelog

    Added:

    • [MUTATOR] Introduce YieldValue mutator #1342

    🔄 Changed:

    • ⬇️ Drop support for PHP 7.3 #1340
    • Don't mutate $limit argument from 0 to -1 and from -1 to 0 in preg_split function #1347

    🛠 Fixed:

    • PHPUnit 9.3 compatibility issue #1283
    • In Assert.php line 2042: Expected a value other than null #1357
    • Don't mutant $limit 0, -1 in preg_split #1345