Browse Source

minor #6070 Update UPGRADE-v3.md with php_unit_test_annotation/case deprecation (kubawerlos)

This PR was merged into the master branch.

Discussion
----------

Update UPGRADE-v3.md with php_unit_test_annotation/case deprecation

Deprecation was added [here](https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/3886/files#diff-7b3ed02bc73dc06b7db906cf97aa91dec2b2eb21f2d92bc5caa761df5bbc168fR1330).

Commits
-------

195d1b315 Update UPGRADE-v3.md with php_unit_test_annotation/case deprecation
Dariusz Ruminski 3 years ago
parent
commit
2c1027fd6e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      UPGRADE-v3.md

+ 1 - 0
UPGRADE-v3.md

@@ -91,6 +91,7 @@ Rule | Option | Change
 `ordered_imports`                        | `importsOrder`                               | option was renamed, use `imports_order`
 `ordered_imports`                        | `sortAlgorithm`                              | option was renamed, use `sort_algorithm`
 `php_unit_dedicate_assert`               | `functions`                                  | option was removed, use `target` instead
+`php_unit_test_annotation`               | `case`                                       | option was removed, use `php_unit_method_casing` rule instead
 
 ### Changed default values of options