psalm / psalm-plugin-phpunit

A PHPUnit plugin for Psalm
77 stars 33 forks source link

feat: support for php 8 style Test attribute #145

Open lotyp opened 7 months ago

lotyp commented 7 months ago

Adds support for PHPUnit #[Test] attribute

Closes: #144

weirdan commented 7 months ago

Also please add the variant with #[Test] into this test case: https://github.com/psalm/psalm-plugin-phpunit/blob/e344eaaa27871e79c6cb97b9efe52a735f9d1966/tests/acceptance/TestCase.feature#L527-L548