@@ -330,7 +330,7 @@ public function testSynchronizeAssetMapperNewPackage()
330
330
->withConsecutive (
331
331
['symfony-cmd ' , 'importmap:require ' , ['@hotcake/foo@^1.9.0 ' ]],
332
332
['symfony-cmd ' , 'importmap:require ' , ['@symfony/new-package ' , '--path= ' .$ fileModulePath ]],
333
- ['symfony-cmd ' , 'importmap:require ' , ['--entrypoint ' ,'@symfony/new-package/entry.js ' , '--path= ' .$ entrypointPath ]]
333
+ ['symfony-cmd ' , 'importmap:require ' , ['--entrypoint ' , '@symfony/new-package/entry.js ' , '--path= ' .$ entrypointPath ]]
334
334
);
335
335
336
336
$ this ->synchronizer ->synchronize ([
@@ -409,7 +409,7 @@ public function testSynchronizeAssetMapperUpgradesPackageIfNeeded()
409
409
->withConsecutive (
410
410
['symfony-cmd ' , 'importmap:require ' , ['@hotcake/foo@^1.9.0 ' ]],
411
411
['symfony-cmd ' , 'importmap:require ' , ['@symfony/new-package ' , '--path= ' .$ fileModulePath ]],
412
- ['symfony-cmd ' , 'importmap:require ' , ['--entrypoint ' ,'@symfony/new-package/entry.js ' , '--path= ' .$ entrypointPath ]]
412
+ ['symfony-cmd ' , 'importmap:require ' , ['--entrypoint ' , '@symfony/new-package/entry.js ' , '--path= ' .$ entrypointPath ]]
413
413
);
414
414
415
415
$ this ->synchronizer ->synchronize ([
@@ -437,7 +437,7 @@ public function testSynchronizeAssetMapperSkipsUpgradeIfAlreadySatisfied()
437
437
->method ('execute ' )
438
438
->withConsecutive (
439
439
['symfony-cmd ' , 'importmap:require ' , ['@symfony/new-package ' , '--path= ' .$ fileModulePath ]],
440
- ['symfony-cmd ' , 'importmap:require ' , ['--entrypoint ' ,'@symfony/new-package/entry.js ' , '--path= ' .$ entrypointPath ]]
440
+ ['symfony-cmd ' , 'importmap:require ' , ['--entrypoint ' , '@symfony/new-package/entry.js ' , '--path= ' .$ entrypointPath ]]
441
441
);
442
442
443
443
$ this ->synchronizer ->synchronize ([
0 commit comments