File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 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()
353353 $ compiler = new JavaScriptImportPathCompiler ($ this ->createMock (ImportMapConfigReader::class));
354354 $ compiler ->compile ($ input , $ inputAsset , $ assetMapper );
355355 $ 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 );
359359 }
360360
361361 /**
You can’t perform that action at this time.
0 commit comments