Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb79228

Browse files
committed
using a real directory
1 parent 8322cce commit eb79228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/AssetMapper/Tests/Factory/CachedMappedAssetFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function testAssetConfigCacheResourceContainsDependencies()
104104

105105
// just adding any file as an example
106106
$mappedAsset->addFileDependency(__DIR__.'/../fixtures/importmap.php');
107-
$mappedAsset->addFileDependency(__DIR__.'/../fixtures/dir4');
107+
$mappedAsset->addFileDependency(__DIR__.'/../fixtures/dir3');
108108

109109
$factory = $this->createMock(MappedAssetFactoryInterface::class);
110110
$factory->expects($this->once())

0 commit comments

Comments
 (0)