8000 using property · symfony/symfony@136a5ec · GitHub
[go: up one dir, main page]

Skip to content

Commit 136a5ec

Browse files
committed
using property
1 parent 384790c commit 136a5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class RemotePackageDownloaderTest extends TestCase
2828
protected function setUp(): void
2929
{
3030
$this->filesystem = new Filesystem();
31-
if (!file_exists(__DIR__.'/../fixtures/importmaps_for_writing')) {
31+
if (!file_exists(self::$writableRoot)) {
3232
$this->filesystem->mkdir(self::$writableRoot);
3333
}
3434
}

0 commit comments

Comments
 (0)
0