1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 04:14:44 +01:00
PHP-Parser/test/PhpParser
2017-04-26 21:47:31 +02:00
..
Builder Merge branch '3.x' 2017-04-19 11:17:52 +02: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 Add ClassMethod::isMagic() method 2017-04-23 13:54:17 +02:00
NodeVisitor Add NodeFinder class 2017-01-29 23:20:53 +01:00
Parser Make useExpressionStatement only supported mode 2017-01-19 21:15:26 +01:00
AutoloaderTest.php Cleanup imports 2016-11-23 22:58:18 +01:00
BuilderFactoryTest.php Added BuilderFactory->concat() method 2017-04-24 21:42:59 +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
NodeFinderTest.php Add NodeFinder class 2017-01-29 23:20:53 +01:00
NodeTraverserTest.php Fix typo in method name 2017-04-26 21:47:31 +02: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 Merge branch '3.x' 2017-02-03 21:54:48 +01:00