1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-02 17:28:27 +01:00
PHP-Parser/test/PhpParser
Nikita Popov e45e31c218 Fix new.test and code test runner
Using only the basename leads to collisions...
2016-04-20 15:03:18 +02:00
..
Builder Add setReturnType() method to function/method builders 2016-04-09 18:41:38 +09:00
Lexer
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 Move "kind" attribute handling out of lexer 2016-03-10 12:55:15 +01:00
Serializer Add string kinds and doc string labels 2016-04-07 12:09:00 +09:00
Unserializer
AutoloaderTest.php
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 Fix new.test and code test runner 2016-04-20 15:03:18 +02:00
CommentTest.php Fix comment reformatting for some cases 2016-04-07 11:47:40 +09:00
ErrorTest.php
LexerTest.php Add start file offset to Comments 2016-04-02 07:54:01 +09:00
NodeAbstractTest.php
NodeDumperTest.php
NodeTraverserTest.php Add sanity check for leaveNode() return value 2016-03-27 14:52:15 +02:00
ParserFactoryTest.php Add dummy ParserFactory test 2015-07-12 22:53:17 +02:00
ParserTest.php Switch Exit kind attribute to flag 2016-04-19 14:51:05 +02:00
PrettyPrinterTest.php Add string kinds and doc string labels 2016-04-07 12:09:00 +09:00