- Improve function name conversion to description (#43)
- 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
.
- Add partial support for
#[DataProviderExternal]
attribute (#37)
- Fix incorrect uses when anonymous class extends another class (#36)
- Fix static call conversion (#35)
- Do not convert assertions coming from method calls (#34)
- Only convert PHPUnit assertions (#30)
- Reset extends-to-uses context between each conversion (#31)
- Preserved semicolons in group use after conversion (#32)
- Add support for handling named arguments in test conversion
- Add support for
#[Test]
,#[Group]
,#[Depends]
and#[DataProvider]
attributes
- Expectation switched place with message while using a message (#22)
- Removes annotations (#14)
- Duplicates uses in groups (#19)
- Support for
@group
tag (#17)
- Anonymous classes being migrated (#15)
- First release of the plugin