php-parser/test/PhpParser
Nikita Popov 3ad0d4b310 Add support for return type declarations [PHP 7]
This adds an additional "returnType" subnode to Stmt\Function_,
Stmt\ClassMethod and Expr\Closure, as well as the corresponding
support in the name resolver and pretty printer.
2015-03-12 22:16:12 +01:00
..
Builder Add "use" builder 2015-03-10 16:05:55 +01:00
Lexer Add missing require in tests 2014-11-27 21:01:56 +01:00
Node Move getMethods() to new ClassLike node 2015-01-31 22:59:38 +01:00
NodeVisitor Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
Serializer Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
Unserializer Very that node type is valid in XML unserializer 2014-09-12 00:39:59 +02:00
AutoloaderTest.php Add Autoloader tests 2014-09-12 13:45:34 +02:00
BuilderFactoryTest.php Add "use" builder 2015-03-10 16:05:55 +01:00
CodeTestAbstract.php Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
CommentTest.php Use stricter assertions where possible 2014-09-30 20:38:09 +02:00
ErrorTest.php Use stricter assertions where possible 2014-09-30 20:38:09 +02:00
LexerTest.php Fix lexer tests for HHVM 2015-02-26 19:19:40 +01:00
NodeAbstractTest.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
NodeDumperTest.php Use stricter assertions where possible 2014-09-30 20:38:09 +02:00
NodeTraverserTest.php Cover both DONT_TRAVERSE_CHILDREN cases 2015-01-18 00:10:01 +01:00
ParserTest.php And make it work on PHP 5 as well... 2015-02-26 16:40:21 +01:00
PrettyPrinterTest.php Add some tests for pretty printing expressions 2015-01-18 19:57:09 +01:00