Jan Brecka
|
ea7717c8e5
|
improve exception message
|
2014-03-20 14:24:42 +01:00 |
Jan Brecka
|
13b57112a9
|
Throw RuntimeException when ambiguous reference was found.
|
2014-03-20 13:37:05 +01:00 |
David Simon
|
2665c60b2f
|
Test for bug parsing multiline strings with 'escaped' newlines
|
2013-05-21 16:29:11 -04:00 |
Jordi Boggiano
|
aefe3a0b11
|
Add support for .inc files in classmap, fixes #1396
|
2012-12-08 21:54:51 +01:00 |
Jordi Boggiano
|
de3235a2a4
|
Add tests to prevent regressions on strings/nowdoc/comment stripping
|
2012-11-25 14:10:58 +01:00 |
Jordi Boggiano
|
5a01ada383
|
Restrict unicode chars allowed to what php core allows, refs #1361
|
2012-11-25 14:07:06 +01:00 |
Jordi Boggiano
|
2d7c3c9d27
|
Tweak #1361 to re-enable support for unicode classnames
|
2012-11-25 13:52:42 +01:00 |
Igor Wiedler
|
530991217b
|
Support classmap generation for classes without space after class name
Class names with multi-byte characters are not supported.
Closes #1360.
|
2012-11-25 12:08:50 +01:00 |
Jordi Boggiano
|
75da832cd3
|
Fix parsing of large files that go over the PCRE limits
|
2012-11-12 12:33:46 +01:00 |
Victor Berchet
|
86bb1be61f
|
[ClassMapGeneratot] Filter out non php code
Otherwise files like https://github.com/propelorm/Propel/blob/master/generator/lib/behavior/i18n/templates/queryUseI18nQuery.php
would fail ("class" keyword would not be filtered out by php_strip_whitespace())
|
2012-11-12 09:15:35 +01:00 |
Victor Berchet
|
ab48114531
|
[ClassMapGenerator] Improve error message when the path does not exist
i.e. the composer.json has a typo
|
2012-11-12 07:33:15 +01:00 |
Victor Berchet
|
ff5c428d60
|
[ClassMapGenerator] Refine the findClasses method
The code could not throw
|
2012-11-12 07:32:47 +01:00 |
Jordi Boggiano
|
5a763cf010
|
Fix scanning of empty namespace{} blocks
|
2012-11-11 16:29:49 +01:00 |
Martin Hasoň
|
81e8261692
|
Added tests for traits
|
2012-03-21 12:57:50 +01:00 |
Benjamin Eberlei
|
671cd5ee08
|
Add tests for ClassMapGenerator
|
2012-03-05 14:10:01 +01:00 |