Skip to content

Latest commit

 

History

History
85 lines (46 loc) · 2.94 KB

CHANGELOG.md

File metadata and controls

85 lines (46 loc) · 2.94 KB

Release Notes for 2.x

Unreleased

Changed

  • Improve function name conversion to description (#43)

Dependency Updates

  • php: Updated from version ^8.1.0 to ^8.2.0.
  • symfony/finder: Updated from version ^6.3.0 to ^7.0.0.
  • pestphp/pest: Updated from version ^2.16.1 to ^2.34.4.
  • nikic/php-parser: Updated from version ^4.17.1 to ^5.0.2.

Added

  • Add partial support for #[DataProviderExternal] attribute (#37)

Fixed

  • Fix incorrect uses when anonymous class extends another class (#36)
  • Fix static call conversion (#35)

Fixed

  • Do not convert assertions coming from method calls (#34)

Fixed

  • Only convert PHPUnit assertions (#30)
  • Reset extends-to-uses context between each conversion (#31)
  • Preserved semicolons in group use after conversion (#32)

Added

  • Add support for handling named arguments in test conversion

Added

  • Add support for #[Test], #[Group], #[Depends] and #[DataProvider] attributes

Fixed

  • Expectation switched place with message while using a message (#22)

Added

  • Removes annotations (#14)

Fixed

  • Duplicates uses in groups (#19)

Added

  • Support for @group tag (#17)

Fixed

  • Anonymous classes being migrated (#15)

v2.0.0 (2023-07-19)

  • First release of the plugin