1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 04:14:44 +01:00
PHP-Parser/test/PHPParser/Tests
2013-04-15 20:53:23 +02:00
..
Builder Add function builder 2012-03-11 09:02:52 +01:00
Lexer Add support for yield expressions (PHP 5.5) 2012-09-07 23:41:57 +02:00
Node Scalar_String::create() -> Scalar_String::parse() 2012-10-19 15:17:08 +02:00
NodeVisitor Pretty print namespaces in semicolon-style if possible 2013-01-15 18:21:42 +01: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 Make $line argument for Comment optional 2012-06-08 17:55:35 +02: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 Make $line argument for Comment optional 2012-06-08 17:55:35 +02: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 Add prettyPrintFile() method 2013-04-15 20:53:23 +02:00
TemplateLoaderTest.php Use inject-once approach for lexer 2012-05-04 10:16:46 +02:00
TemplateTest.php Rename PrettyPrinter_Zend to PrettyPrinter_Default 2013-01-15 17:43:36 +01:00