@@ -100,7 +100,7 @@ public function testListAllMappings()
100100
101101 $ statusCode = $ this ->handler ->handleList ($ args , $ this ->io );
102102
103- $ expected = <<<EOF
103+ $ expected = <<<' EOF'
104104The following path mappings are currently enabled:
105105
106106 Package: vendor/root
@@ -171,7 +171,7 @@ public function testListRootPackageMappings()
171171
172172 $ statusCode = $ this ->handler ->handleList ($ args , $ this ->io );
173173
174- $ expected = <<<EOF
174+ $ expected = <<<' EOF'
175175The following path mappings are currently enabled:
176176
177177 Puli Path Real Path(s)
@@ -210,7 +210,7 @@ public function testListPackageMappings()
210210
211211 $ statusCode = $ this ->handler ->handleList ($ args , $ this ->io );
212212
213- $ expected = <<<EOF
213+ $ expected = <<<' EOF'
214214The following path mappings are currently enabled:
215215
216216 Puli Path Real Path(s)
@@ -257,7 +257,7 @@ public function testListRootAndPackageMappings()
257257
258258 $ statusCode = $ this ->handler ->handleList ($ args , $ this ->io );
259259
260- $ expected = <<<EOF
260+ $ expected = <<<' EOF'
261261The following path mappings are currently enabled:
262262
263263 Package: vendor/root
@@ -318,7 +318,7 @@ public function testListMultiplePackageMappings()
318318
319319 $ statusCode = $ this ->handler ->handleList ($ args , $ this ->io );
320320
321- $ expected = <<<EOF
321+ $ expected = <<<' EOF'
322322The following path mappings are currently enabled:
323323
324324 Package: vendor/package1
@@ -379,7 +379,7 @@ public function testListEnabledMappings()
379379
380380 $ statusCode = $ this ->handler ->handleList ($ args , $ this ->io );
381381
382- $ expected = <<<EOF
382+ $ expected = <<<' EOF'
383383Package: vendor/root
384384
385385 Puli Path Real Path(s)
@@ -411,7 +411,7 @@ public function testListNotFoundMappings()
411411
412412 $ statusCode = $ this ->handler ->handleList ($ args , $ this ->io );
413413
414- $ expected = <<<EOF
414+ $ expected = <<<' EOF'
415415Package: vendor/root
416416
417417 Puli Path Real Path(s)
@@ -443,7 +443,7 @@ public function testListConflictingMappings()
443443
444444 $ statusCode = $ this ->handler ->handleList ($ args , $ this ->io );
445445
446- $ expected = <<<EOF
446+ $ expected = <<<' EOF'
447447Conflicting path: /conflict1
448448
449449 Mapped by the following mappings:
@@ -477,7 +477,7 @@ public function testListEnabledAndNotFoundMappings()
477477
478478 $ statusCode = $ this ->handler ->handleList ($ args , $ this ->io );
479479
480- $ expected = <<<EOF
480+ $ expected = <<<' EOF'
481481The following path mappings are currently enabled:
482482
483483 Package: vendor/root
@@ -528,7 +528,7 @@ public function testListEnabledMappingsFromRoot()
528528
529529 $ statusCode = $ this ->handler ->handleList ($ args , $ this ->io );
530530
531- $ expected = <<<EOF
531+ $ expected = <<<' EOF'
532532Puli Path Real Path(s)
533533/root/enabled res, assets
534534
@@ -547,7 +547,7 @@ public function testListEnabledMappingsFromPackage()
547547
548548 $ statusCode = $ this ->handler ->handleList ($ args , $ this ->io );
549549
550- $ expected = <<<EOF
550+ $ expected = <<<' EOF'
551551Puli Path Real Path(s)
552552/package1/enabled res, @vendor/package2:res
553553
@@ -568,7 +568,7 @@ public function testListNoMappings()
568568
569569 $ statusCode = $ this ->handler ->handleList ($ args , $ this ->io );
570570
571- $ expected = <<<EOF
571+ $ expected = <<<' EOF'
572572No path mappings. Use "puli map <path> <file>" to map a Puli path to a file or directory.
573573
574574EOF;
0 commit comments