1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 12:24:39 +01:00
PHP-Parser/test/PhpParser
2015-02-26 16:40:21 +01:00
..
Builder Fix 5.3 build and some small cleanups 2014-12-19 18:54:56 +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 Fix whitespace when printing trait alias modifiers 2014-11-03 16:16:15 +01:00
Serializer Fix coverage annotations 2014-09-28 12:49:12 +02: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 Support fully-qualified and ns-relative names in builders 2014-12-19 18:48:21 +01:00
CodeTestAbstract.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +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 Support token position attributes in lexer 2014-12-19 00:37:36 +01:00
NodeAbstractTest.php Use stricter assertions where possible 2014-09-30 20:38:09 +02: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