1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 04:14:44 +01:00
PHP-Parser/test/PhpParser
Nikita Popov a0c216bf4b Add dumpComments option to NodeDumper
Adding this as an option to avoid breaking people's tests.

Some of the test results show pretty clearly that we are incorrectly
assigning the same comment multiple times for nested nodes (mentioned
in #36).
2016-03-09 19:48:36 +01:00
..
Builder Fix infinite recursion in Use builder __call 2015-07-12 22:11:43 +02:00
Lexer Move token constants into separate class 2015-06-13 18:39:55 +02:00
Node Merge branch '1.x' 2015-07-14 17:08:28 +02:00
NodeVisitor Disable cloning in traverser by default 2015-07-14 17:39:56 +02:00
Parser Add some tests for Multiple parser 2015-07-12 22:00:02 +02:00
Serializer Fix XML serialization test 2015-09-21 14:29:24 +08: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 Fix infinite recursion in Use builder __call 2015-07-12 22:11:43 +02:00
CodeParsingTest.php Add dumpComments option to NodeDumper 2016-03-09 19:48:36 +01:00
CodeTestAbstract.php Use more helpful code test names 2015-08-25 21:36:08 +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 Merge branch '1.x' 2015-06-20 12:34:36 +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 Disable cloning in traverser by default 2015-07-14 17:39:56 +02:00
ParserFactoryTest.php Add dummy ParserFactory test 2015-07-12 22:53:17 +02:00
ParserTest.php Merge branch '1.x' 2015-07-14 19:43:49 +02:00
PrettyPrinterTest.php Fix issue #251 2016-02-28 20:28:32 +01:00