Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a9305a9

Browse filesBrowse files
committed
fixing typo in test
1 parent d5823b8 commit a9305a9
Copy full SHA for a9305a9

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/AssetMapper/Tests/Compiler/JavaScriptImportPathCompilerTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/Tests/Compiler/JavaScriptImportPathCompilerTest.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ public function testErrorMessageAvoidsCircularException()
293293
}
294294
});
295295

296-
$asset = new MappedAsset('html.js', '/path/to/app.js');
296+
$asset = new MappedAsset('htmx.js', '/path/to/app.js');
297297
$compiler = new JavaScriptImportPathCompiler();
298298
$content = '//** @type {import("./htmx").HtmxApi} */';
299299
$compiled = $compiler->compile($content, $asset, $assetMapper);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.