TestCase
that returns an array of arrays with the appropriate arguments for the test. The test needing to use the data provider should be annotated with the #[DataProvider]
Attribute and define parameters on its method signature.TestCase
instance and will have all of the appropriate test hooks invoked.