File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Symfony/Component/AssetMapper/Tests/Compiler Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -353,9 +353,9 @@ public function testCompileFindsRelativePathsWithWindowsPathsViaSourcePath()
353
353
$ compiler = new JavaScriptImportPathCompiler ($ this ->createMock (ImportMapConfigReader::class));
354
354
$ compiler ->compile ($ input , $ inputAsset , $ assetMapper );
355
355
$ this ->assertCount (3 , $ inputAsset ->getJavaScriptImports ());
356
- $ this ->assertSame ('other.js ' , $ inputAsset ->getJavaScriptImports ()[0 ]->asset -> logicalPath );
357
- $ this ->assertSame ('subdir/foo.js ' , $ inputAsset ->getJavaScriptImports ()[1 ]->asset -> logicalPath );
358
- $ this ->assertSame ('root_asset.js ' , $ inputAsset ->getJavaScriptImports ()[2 ]->asset -> logicalPath );
356
+ $ this ->assertSame ('other.js ' , $ inputAsset ->getJavaScriptImports ()[0 ]->assetLogicalPath );
357
+ $ this ->assertSame ('subdir/foo.js ' , $ inputAsset ->getJavaScriptImports ()[1 ]->assetLogicalPath );
358
+ $ this ->assertSame ('root_asset.js ' , $ inputAsset ->getJavaScriptImports ()[2 ]->assetLogicalPath );
359
359
}
360
360
361
361
/**
You can’t perform that action at this time.
0 commit comments