We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ab0b6 commit 54fdef8Copy full SHA for 54fdef8
src/Metadata/Api/DataProvider.php
@@ -233,6 +233,7 @@ private function dataProvidedByMetadata(MetadataCollection $testWith): array
233
234
foreach ($testWith as $i => $_testWith) {
235
assert($_testWith instanceof TestWith);
236
+
237
$providerLabel = sprintf('TestWith#%s attribute', $i);
238
239
if ($_testWith->hasName()) {
0 commit comments