Nikita Popov
|
d8312a09a3
|
Split parsing tests into code tests and other stuff
And run the other stuff against Php5 and Php7 parsers.
Also move canonicalize() from CodeTestAbstract into a free-standing
function.
|
2015-06-20 11:44:29 +02:00 |
|
Nikita Popov
|
71fa7c6674
|
Support UVS in pretty printer
Try to generate interoperable code where possible (but not
everything can be expressed in PHP 5).
|
2015-06-13 20:01:01 +02:00 |
|
Nikita Popov
|
f372a4c4ab
|
Move modeline handling into CodeTestAbstract
|
2015-06-13 15:10:46 +02:00 |
|
Nikita Popov
|
1a627872f0
|
Rename nodes for compat with PHP 7
The old names will still be available on PHP 5.x.
|
2015-03-20 21:49:38 +01:00 |
|
Nikita Popov
|
6930feac43
|
Add some tests for pretty printing expressions
|
2015-01-18 19:57:09 +01:00 |
|
nikic
|
66fd29cb58
|
Use stricter assertions where possible
|
2014-09-30 20:38:09 +02:00 |
|
nikic
|
6dc24fa9f5
|
Fix coverage annotations
|
2014-09-28 12:49:12 +02:00 |
|
nikic
|
f82862ec9c
|
Port library to use namespaces, with BC for old names
|
2014-02-06 20:29:35 +01:00 |
|