mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
ClassMapGeneratorTest: add test with consecutive duplicate heredoc markers
... as well as a test with heredoc markers with only a newline character between the start and end marker.
This commit is contained in:
parent
d3c176ec69
commit
b66b23a03f
2 changed files with 27 additions and 0 deletions
|
@ -55,6 +55,9 @@ class ClassMapGeneratorTest extends TestCase
|
|||
'Foo\\LargeGap' => realpath(__DIR__) . '/Fixtures/classmap/LargeGap.php',
|
||||
'Foo\\MissingSpace' => realpath(__DIR__) . '/Fixtures/classmap/MissingSpace.php',
|
||||
'Foo\\StripNoise' => realpath(__DIR__) . '/Fixtures/classmap/StripNoise.php',
|
||||
'Foo\\First' => realpath(__DIR__) . '/Fixtures/classmap/StripNoise.php',
|
||||
'Foo\\Second' => realpath(__DIR__) . '/Fixtures/classmap/StripNoise.php',
|
||||
'Foo\\Third' => realpath(__DIR__) . '/Fixtures/classmap/StripNoise.php',
|
||||
'Foo\\SlashedA' => realpath(__DIR__) . '/Fixtures/classmap/BackslashLineEndingString.php',
|
||||
'Foo\\SlashedB' => realpath(__DIR__) . '/Fixtures/classmap/BackslashLineEndingString.php',
|
||||
'Unicode\\↑\\↑' => realpath(__DIR__) . '/Fixtures/classmap/Unicode.php',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue