We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e2ff9 commit 899226fCopy full SHA for 899226f
src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapManagerTest.php
@@ -26,8 +26,6 @@
26
use Symfony\Component\AssetMapper\MappedAsset;
27
use Symfony\Component\AssetMapper\Path\PublicAssetsPathResolverInterface;
28
use Symfony\Component\Filesystem\Filesystem;
29
-use Symfony\Contracts\HttpClient\HttpClientInterface;
30
-use Symfony\Contracts\HttpClient\ResponseInterface;
31
32
class ImportMapManagerTest extends TestCase
33
{
@@ -87,7 +85,7 @@ public function getRawImportMapDataTests(): iterable
87
85
'vendor/@hotwired/stimulus.js',
88
86
self::$writableRoot.'/assets/vendor/@hotwired/stimulus.js',
89
publicPath: '/assets/vendor/@hotwired/stimulus-d1g35t.js',
90
- )
+ ),
91
],
92
[
93
'@hotwired/stimulus' => [
0 commit comments