php-parser/test/PHPParser/Tests
Jon Cave 0911b2e1ce Add line number information to comments
Line numbers are stored in the $line property of the PHPParser_Comment
and PHPParser_Comment_Doc classes and can be retrieved with getLine().
2012-06-06 14:33:38 +01:00
..
Builder Add function builder 2012-03-11 09:02:52 +01:00
Lexer Use inject-once approach for lexer 2012-05-04 10:16:46 +02:00
Node [5.4] Add new \e escape sequence (0x1B/27) 2011-12-04 17:35:30 +01:00
NodeVisitor Add test coverage for two things 2012-05-06 17:58:31 +02:00
Serializer Add line number information to comments 2012-06-06 14:33:38 +01:00
Unserializer Add line number information to comments 2012-06-06 14:33:38 +01:00
BuilderFactoryTest.php Add function builder 2012-03-11 09:02:52 +01:00
CodeTestAbstract.php Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
CommentTest.php Add line number information to comments 2012-06-06 14:33:38 +01:00
ErrorTest.php Some more test improvements (+ fixes) 2011-11-27 21:50:19 +01:00
LexerTest.php Add line number information to comments 2012-06-06 14:33:38 +01:00
NodeAbstractTest.php Add line number information to comments 2012-06-06 14:33:38 +01:00
NodeDumperTest.php Some more test improvements (+ fixes) 2011-11-27 21:50:19 +01:00
NodeTraverserTest.php Cover NodeTraverser and bugs it found 2011-12-02 17:52:03 +01:00
ParserTest.php Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
PrettyPrinterTest.php Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
TemplateLoaderTest.php Use inject-once approach for lexer 2012-05-04 10:16:46 +02:00
TemplateTest.php Add test coverage for two things 2012-05-06 17:58:31 +02:00