php-parser/test/PhpParser
Nikita Popov bfea338d36 Update doc comments after previous comment
Make some of the type annotations more accurate, and complete the
generated doc-comments to be complete (with description and
parameter annotations.)
2017-01-26 00:16:54 +01:00
..
Builder Adjust code for constitent var mode 2017-01-19 23:32:49 +01:00
ErrorHandler Introduce ErrorHandler 2016-10-16 22:12:46 +02:00
Lexer Move token constants into separate class 2015-06-13 18:39:55 +02:00
Node Update doc comments after previous comment 2017-01-26 00:16:54 +01:00
NodeVisitor Add FinderVisitor 2017-01-21 15:41:24 +01:00
Parser Make useExpressionStatement only supported mode 2017-01-19 21:15:26 +01:00
Serializer Renamve Param::$name to Param::$var 2017-01-19 23:39:15 +01:00
Unserializer Cleanup imports 2016-11-23 22:58:18 +01:00
AutoloaderTest.php Cleanup imports 2016-11-23 22:58:18 +01:00
BuilderFactoryTest.php Fix infinite recursion in Use builder __call 2015-07-12 22:11:43 +02:00
CodeParsingTest.php Drop last vestiges of consistent var mode flag 2017-01-19 23:46:25 +01:00
CodeTestAbstract.php Add test porting infrastructure 2017-01-19 22:24:48 +01:00
CodeTestParser.php Add test porting infrastructure 2017-01-19 22:24:48 +01:00
CommentTest.php Remove deprecated Comment methods 2016-07-09 22:00:39 +02:00
ErrorTest.php Remove Error::(get|set)RawLine() 2016-09-30 18:30:01 +02:00
LexerTest.php Introduce ErrorHandler 2016-10-16 22:12:46 +02:00
NodeAbstractTest.php Renamve Param::$name to Param::$var 2017-01-19 23:39:15 +01:00
NodeDumperTest.php Make useExpressionStatement only supported mode 2017-01-19 21:15:26 +01:00
NodeTraverserTest.php Cleanup imports 2016-11-23 22:58:18 +01:00
ParserFactoryTest.php Add dummy ParserFactory test 2015-07-12 22:53:17 +02:00
ParserTest.php Make useExpressionStatement only supported mode 2017-01-19 21:15:26 +01:00
PrettyPrinterTest.php Don't require useNopStatements=false for format preservation 2017-01-20 22:27:51 +01:00