Open IonBazan opened 1 year ago
Public methods used as data providers are marked as unused when using PHPUnit 10's new #[DataProvider] syntax.
#[DataProvider]
This also applies to #[Test], #[Before], etc.
#[Test]
#[Before]
Public methods used as data providers are marked as unused when using PHPUnit 10's new
#[DataProvider]
syntax.This also applies to
#[Test]
,#[Before]
, etc.