php-parser/test/PhpParser
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
..
Builder Strict type compliance 2015-03-24 11:19:17 +01:00
Lexer Move token constants into separate class 2015-06-13 18:39:55 +02:00
Node Rename nodes for compat with PHP 7 2015-03-20 21:49:38 +01:00
NodeVisitor Support running against PHP 7 testsuite 2015-06-13 19:09:24 +02:00
Serializer Support running against PHP 7 testsuite 2015-06-13 19:09:24 +02:00
Unserializer Rename nodes for compat with PHP 7 2015-03-20 21:49:38 +01:00
AutoloaderTest.php Drop support for PHP 7 aliases 2015-05-02 22:21:12 +02:00
BuilderFactoryTest.php Add "use" builder 2015-03-10 16:05:55 +01:00
CodeTestAbstract.php Import some UVS tests 2015-06-13 15:42:09 +02:00
CommentTest.php Use stricter assertions where possible 2014-09-30 20:38:09 +02:00
ErrorTest.php Add some more tests 2015-05-01 20:18:04 +02:00
LexerTest.php Move token constants into separate class 2015-06-13 18:39:55 +02:00
NodeAbstractTest.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
NodeDumperTest.php Rename nodes for compat with PHP 7 2015-03-20 21:49:38 +01:00
NodeTraverserTest.php #184 Add a flag to NodeTraverser to avoid cloning nodes 2015-03-22 11:19:04 +13:00
ParserTest.php Import some UVS tests 2015-06-13 15:42:09 +02:00
PrettyPrinterTest.php Support UVS in pretty printer 2015-06-13 20:01:01 +02:00