8000
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 384790c commit 136a5ecCopy full SHA for 136a5ec
src/Symfony/Component/AssetMapper/Tests/ImportMap/RemotePackageDownloaderTest.php
@@ -28,7 +28,7 @@ class RemotePackageDownloaderTest extends TestCase
28
protected function setUp(): void
29
{
30
$this->filesystem = new Filesystem();
31
- if (!file_exists(__DIR__.'/../fixtures/importmaps_for_writing')) {
+ if (!file_exists(self::$writableRoot)) {
32
$this->filesystem->mkdir(self::$writableRoot);
33
}
34
0 commit comments