Introduce new rule that will execute following change. Rule shall be marked risky. ref https://github.com/sebastianbergmann/phpunit/pull/3042 ```diff -$this->addToAssertionCount(1); +$this->expectNotToPerformAssertions(); ``` clones: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/5647 sibling: https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7364
Introduce new rule that will execute following change.
Rule shall be marked risky.
ref sebastianbergmann/phpunit#3042
clones: PHP-CS-Fixer#5647
sibling: PHP-CS-Fixer#7364