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 96ff0ea commit e56c430Copy full SHA for e56c430
tests/tests/Target/MapBuilderTest.php
@@ -417,6 +417,10 @@ public static function provider(): array
417
];
418
}
419
420
+ /**
421
+ * @param TargetMap $expected
422
+ * @param non-empty-list<non-empty-string> $files
423
+ */
424
#[DataProvider('provider')]
425
public function testBuildsMap(array $expected, array $files): void
426
{
0 commit comments