mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Restrict unicode chars allowed to what php core allows, refs #1361
This commit is contained in:
parent
2d7c3c9d27
commit
5a01ada383
3 changed files with 5 additions and 5 deletions
|
@ -54,7 +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',
|
||||
'Unicode\\↑\\↑' => realpath(__DIR__).'/Fixtures/classmap/Unicode.php',
|
||||
)),
|
||||
array(__DIR__.'/Fixtures/template', array()),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue