New PHPUnit Fixers
December 12, 2020
Today we announce the availability of three new mutually conflicting PHPUnit fixers: php_unit_test_case_instance_method_calls
, php_unit_test_case_self_method_calls
, php_unit_test_case_static_method_calls
. We’ve also marked the alpha_ordered_traits
fixer as risky and widened the scope of the no_empty_statement
fixer to remove more kinds of empty statements other than additional semicolons.
Please let us know if you run into any issues or have any questions.