-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
feature/data-providerData ProvidersData Providersfeature/testdoxThe TextDox printer/formatterThe TextDox printer/formattertype/enhancementA new idea that should be implementedA new idea that should be implemented
Description
When using #[TestDox('string here')] with a data provider, it's possible to reference $_dataName to get the name of the dataset.
When using #[TestDoxFormatter('someMethod')] with a callback, there is no way to access the dataset name. Only the parameters.
It would be helpful (and complete the feature) if $_dataName could be made available somehow. Perhaps a magic param name detected by reflection?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature/data-providerData ProvidersData Providersfeature/testdoxThe TextDox printer/formatterThe TextDox printer/formattertype/enhancementA new idea that should be implementedA new idea that should be implemented