mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Tweak #1361 to re-enable support for unicode classnames
This commit is contained in:
parent
d3b830efc3
commit
2d7c3c9d27
3 changed files with 9 additions and 2 deletions
|
@ -54,6 +54,7 @@ class ClassMapGeneratorTest extends \PHPUnit_Framework_TestCase
|
|||
'Foo\\LargeClass' => realpath(__DIR__).'/Fixtures/classmap/LargeClass.php',
|
||||
'Foo\\LargeGap' => realpath(__DIR__).'/Fixtures/classmap/LargeGap.php',
|
||||
'Foo\\MissingSpace' => realpath(__DIR__).'/Fixtures/classmap/MissingSpace.php',
|
||||
'Unicode\\↑' => realpath(__DIR__).'/Fixtures/classmap/Unicode.php',
|
||||
)),
|
||||
array(__DIR__.'/Fixtures/template', array()),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue