Skip to content

Commit c866bf3

Browse files
committed
[AssetMapper] Remove unreachable code line
1 parent 6c100c9 commit c866bf3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/AssetMapper/Tests/ImportMap/RemotePackageStorageTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ public function testSaveThrowsWhenVendorDirectoryIsNotWritable()
5252
$this->expectException(\RuntimeException::class);
5353
$this->expectExceptionMessage('file_put_contents('.$vendorDir.'/module_specifier/module_specifier.index.js): Failed to open stream: No such file or directory');
5454
$storage->save($entry, 'any content');
55-
56-
$this->filesystem->remove($vendorDir);
5755
}
5856

5957
public function testIsDownloaded()

0 commit comments

Comments
 (0)