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 143df30 commit 309ea09Copy full SHA for 309ea09
tests/src/Fetcher/FileSourceFetcherTest.php
@@ -22,13 +22,6 @@ class FileSourceFetcherTest extends TestCase
22
private FileSourceFetcher $fetcher;
23
private FinderInterface $finder;
24
25
- #[Test]
26
- public function it_should_support_file_source(): void
27
- {
28
- $source = $this->createMock(FileSource::class);
29
- $this->assertTrue($this->fetcher->supports($source));
30
- }
31
-
32
#[Test]
33
public function it_should_not_support_other_sources(): void
34
{
0 commit comments