PHPUnit60MigrationRisky.rst 625 B

12345678910111213141516171819202122
  1. ======================================
  2. Rule set ``@PHPUnit60Migration:risky``
  3. ======================================
  4. Rules to improve tests code for PHPUnit 6.0 compatibility.
  5. Warning
  6. -------
  7. This set contains rules that are risky
  8. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9. Using this rule set may lead to changes in your code's logic and behaviour. Use it with caution and review changes before incorporating them into your code base.
  10. Rules
  11. -----
  12. - `@PHPUnit57Migration:risky <./PHPUnit57MigrationRisky.rst>`_
  13. - `php_unit_namespaced <./../rules/php_unit/php_unit_namespaced.rst>`_ with config:
  14. ``['target' => '6.0']``