Skip to content

Commit b285d8d

Browse files
committed
chore: adjusts tests
1 parent 08f0546 commit b285d8d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tests/Infrastructure/Repositories/LocalFilesRepositoryTest.php

-14
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,6 @@ final class LocalFilesRepositoryTest extends TestCase
1313
{
1414
private const BASE = __DIR__ . '/../../Fixtures/Tree';
1515

16-
/**
17-
* @dataProvider provider
18-
* @param int $expected
19-
* @param array<string> $exclude
20-
*/
21-
public function testItExcludesFilesGivenAPath(int $expected, array $exclude): void
22-
{
23-
$repository = new LocalFilesRepository(Finder::create());
24-
25-
$files = $repository->within([self::BASE], $exclude)->getFiles();
26-
27-
self::assertCount($expected, $files);
28-
}
29-
3016
/**
3117
* @return array<int, array<int, array<int, string>|int>>
3218
*/

0 commit comments

Comments
 (0)