When writing a test with #[DataProvider] if the test fails or encounters some error more information should be displayed about which data set failed. Tests should also be implemented to ensure that the data set label being a custom string works as expected.
When writing a test with
#[DataProvider]if the test fails or encounters some error more information should be displayed about which data set failed. Tests should also be implemented to ensure that the data set label being a custom string works as expected.