1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Fix parsing of large files that go over the PCRE limits

This commit is contained in:
Jordi Boggiano 2012-11-12 12:26:03 +01:00
parent bd72e3765b
commit 75da832cd3
4 changed files with 2784 additions and 6 deletions

View file

@ -52,6 +52,8 @@ class ClassMapGeneratorTest extends \PHPUnit_Framework_TestCase
'ClassMap\\SomeInterface' => realpath(__DIR__).'/Fixtures/classmap/SomeInterface.php',
'ClassMap\\SomeParent' => realpath(__DIR__).'/Fixtures/classmap/SomeParent.php',
'ClassMap\\SomeClass' => realpath(__DIR__).'/Fixtures/classmap/SomeClass.php',
'Foo\\LargeClass' => realpath(__DIR__).'/Fixtures/classmap/LargeClass.php',
'Foo\\LargeGap' => realpath(__DIR__).'/Fixtures/classmap/LargeGap.php',
)),
array(__DIR__.'/Fixtures/template', array()),
);

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff